]> arthur.barton.de Git - netatalk.git/commitdiff
Include string.h.
authorsrittau <srittau>
Mon, 17 Feb 2003 01:31:51 +0000 (01:31 +0000)
committersrittau <srittau>
Mon, 17 Feb 2003 01:31:51 +0000 (01:31 +0000)
etc/papd/main.c

index 26d4526712bf8632a900f18fd04997f161bc7851..4f83c7a5f7ccb7508f50d2e03e4347d2a31ca7e4 100644 (file)
@@ -1,14 +1,16 @@
 /*
- * $Id: main.c,v 1.17 2002-09-29 23:29:14 sibaz Exp $
+ * $Id: main.c,v 1.18 2003-02-17 01:31:51 srittau Exp $
  *
  * Copyright (c) 1990,1995 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif /* HAVE_CONFIG_H */
 
+#include <string.h>
+
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/uio.h>