projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ca4d0
)
fileutil.c: include string.h which is needed by compat getline
author
Marko Kreen
<markokr@gmail.com>
Wed, 13 Jan 2010 07:56:41 +0000
(09:56 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 13 Jan 2010 07:56:41 +0000
(09:56 +0200)
usual/fileutil.c
patch
|
blob
|
blame
|
history
diff --git
a/usual/fileutil.c
b/usual/fileutil.c
index 3eb34e2455889df4f75da6c48e952cb9b5e19fbd..b7b91c4e1707ebbf1330103befbbd5a15301121a 100644
(file)
--- a/
usual/fileutil.c
+++ b/
usual/fileutil.c
@@
-24,6
+24,7
@@
#include <sys/stat.h>
#include <fcntl.h>
+#include <string.h>
/*
* Load text file into C string.