[Glibc-bsd-commits] r4281 - in trunk/freebsd-glue: debian include

Robert Millan rmh at alioth.debian.org
Fri May 25 17:12:26 UTC 2012


Author: rmh
Date: 2012-05-25 17:12:25 +0000 (Fri, 25 May 2012)
New Revision: 4281

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/unistd.h
Log:
Include <string.h> before feature_present().

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2012-05-25 17:10:59 UTC (rev 4280)
+++ trunk/freebsd-glue/debian/changelog	2012-05-25 17:12:25 UTC (rev 4281)
@@ -2,6 +2,7 @@
 
   * Add Vcs-* fields and set Maintainer to debian-bsd.
   * Add Breaks on freebsd-buildutils (<< 9.0-10).  (Closes: #674528)
+  * Include <string.h> before feature_present().
 
  -- Robert Millan <rmh at debian.org>  Fri, 25 May 2012 19:09:37 +0200
 

Modified: trunk/freebsd-glue/include/unistd.h
===================================================================
--- trunk/freebsd-glue/include/unistd.h	2012-05-25 17:10:59 UTC (rev 4280)
+++ trunk/freebsd-glue/include/unistd.h	2012-05-25 17:12:25 UTC (rev 4281)
@@ -122,6 +122,7 @@
 #include <sys/sysctl.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 /*
  * Returns true if the named feature is present in the currently




More information about the Glibc-bsd-commits mailing list