chiark / gitweb /
url: Allow `;' to separate key/value pairs in URL-encoded strings.
[mLib] / fwatch.c
index 6dee8b52cb61c230d1c2e480214b494040cd4b12..e3f98319a315f0dc3d57dab8c3f9d3b2ea66b75b 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>