From e0ba3c583f5979f6c2828f4d13478cbcfaa87b7b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT service" Date: Sun, 13 Dec 2009 09:34:19 +0100 Subject: [PATCH] Ticket #1930: src/strutil8bit.c: fixed missing include of fs.h --- src/strutil8bit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/strutil8bit.c b/src/strutil8bit.c index 83f5d20d4..4acd0d3d8 100644 --- a/src/strutil8bit.c +++ b/src/strutil8bit.c @@ -26,8 +26,10 @@ #include #include #include + #include "global.h" #include "strutil.h" +#include "fs.h" /* functions for singlebyte encodings, all characters have width 1 * using standard system functions -- 2.11.4.GIT