gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23987 - Extractor/src/main


From: gnunet
Subject: [GNUnet-SVN] r23987 - Extractor/src/main
Date: Tue, 25 Sep 2012 10:52:38 +0200

Author: grothoff
Date: 2012-09-25 10:52:38 +0200 (Tue, 25 Sep 2012)
New Revision: 23987

Modified:
   Extractor/src/main/getopt.c
Log:
-include string.h if present for strlen on freeBSD

Modified: Extractor/src/main/getopt.c
===================================================================
--- Extractor/src/main/getopt.c 2012-09-25 00:27:15 UTC (rev 23986)
+++ Extractor/src/main/getopt.c 2012-09-25 08:52:38 UTC (rev 23987)
@@ -72,10 +72,10 @@
 
 #ifdef VMS
 #include <unixlib.h>
-#if HAVE_STRING_H - 0
+#endif
+#if HAVE_STRING_H
 #include <string.h>
 #endif
-#endif
 
 #if defined (WIN32) && !defined (__CYGWIN32__)
 /* It's not Unix, really.  See?  Capital letters.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]