diff src/config.in @ 108907:38cf1b719b59

Include <strings.h> and <string.h> instead of "strings.h" and "string.h".
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 07 Jun 2010 19:29:12 -0700
parents d86e65007470
children b5f73bf59a4f 68616bb3ae25
line wrap: on
line diff
--- a/src/config.in	Mon Jun 07 23:01:34 2010 +0000
+++ b/src/config.in	Mon Jun 07 19:29:12 2010 -0700
@@ -1141,11 +1141,11 @@
 #endif /* __P */
 
 #ifdef HAVE_STRING_H
-#include "string.h"
+#include <string.h>
 #endif
 
 #ifdef HAVE_STRINGS_H
-#include "strings.h"  /* May be needed for bcopy & al.  */
+#include <strings.h>  /* May be needed for bcopy & al.  */
 #endif
 
 #ifdef HAVE_STDLIB_H