fwatch: Include <string.h> for declaration of memset(3).
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 Mar 2006 16:10:08 +0000 (16:10 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 Mar 2006 16:10:08 +0000 (16:10 +0000)
fwatch.c

index 6dee8b5..e3f9831 100644 (file)
--- a/fwatch.c
+++ b/fwatch.c
@@ -30,6 +30,7 @@
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
+#include <string.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>