[Glibc-bsd-commits] r4025 - trunk/glibc-ports/kfreebsd/net

Aurelien Jarno aurel32 at alioth.debian.org
Sat Jan 28 21:57:23 UTC 2012


Author: aurel32
Date: 2012-01-28 21:57:23 +0000 (Sat, 28 Jan 2012)
New Revision: 4025

Modified:
   trunk/glibc-ports/kfreebsd/net/if.h
Log:
<net/if.h> needs <sys/time.h> when compiled with -ansi


Modified: trunk/glibc-ports/kfreebsd/net/if.h
===================================================================
--- trunk/glibc-ports/kfreebsd/net/if.h	2012-01-28 21:44:00 UTC (rev 4024)
+++ trunk/glibc-ports/kfreebsd/net/if.h	2012-01-28 21:57:23 UTC (rev 4025)
@@ -37,6 +37,7 @@
 
 #include <features.h>
 
+#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 




More information about the Glibc-bsd-commits mailing list