chiark / gitweb /
Brown-paper-bag fixes.
[mLib] / fwatch.c
index 6dee8b52cb61c230d1c2e480214b494040cd4b12..cf7191cd371068cd9b7f1a90546d4625bd4af844 100644 (file)
--- a/fwatch.c
+++ b/fwatch.c
@@ -7,7 +7,7 @@
  * (c) 2001 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
@@ -30,6 +30,7 @@
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
+#include <string.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>