[Glibc-bsd-commits] r4710 - trunk/glibc-ports/kfreebsd/fbtl

Petr Salinger ps-guest at alioth.debian.org
Tue Jul 9 19:37:27 UTC 2013


Author: ps-guest
Date: 2013-07-09 19:37:27 +0000 (Tue, 09 Jul 2013)
New Revision: 4710

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/sem_timedwait.c
Log:
missing #include <sys/time.h>



Modified: trunk/glibc-ports/kfreebsd/fbtl/sem_timedwait.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/sem_timedwait.c	2013-07-09 19:36:56 UTC (rev 4709)
+++ trunk/glibc-ports/kfreebsd/fbtl/sem_timedwait.c	2013-07-09 19:37:27 UTC (rev 4710)
@@ -25,8 +25,8 @@
 
 #include <pthreadP.h>
 #include <shlib-compat.h>
+#include <sys/time.h>
 
-
 extern void __sem_wait_cleanup (void *arg) attribute_hidden;
 
 /* This is in a seperate function in order to make sure gcc




More information about the Glibc-bsd-commits mailing list