fileutil.c: include string.h which is needed by compat getline
authorMarko Kreen <markokr@gmail.com>
Wed, 13 Jan 2010 07:56:41 +0000 (09:56 +0200)
committerMarko Kreen <markokr@gmail.com>
Wed, 13 Jan 2010 07:56:41 +0000 (09:56 +0200)
usual/fileutil.c

index 3eb34e2455889df4f75da6c48e952cb9b5e19fbd..b7b91c4e1707ebbf1330103befbbd5a15301121a 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <string.h>
 
 /*
  * Load text file into C string.