chiark / gitweb /
buf: Fix two embarassing bugs found while writing Lisp bindings.
[mLib] / fwatch.c
index ecf945a2c5efce109a202a3a4ca51c7527e33fd5..e3f98319a315f0dc3d57dab8c3f9d3b2ea66b75b 100644 (file)
--- a/fwatch.c
+++ b/fwatch.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: fwatch.c,v 1.1 2001/02/03 18:43:56 mdw Exp $
+ * $Id: fwatch.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Watch a file for changes
  *
  *
  * Watch a file for changes
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fwatch.c,v $
- * Revision 1.1  2001/02/03 18:43:56  mdw
- * New feature: watch a file for changes.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
+#include <string.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>