[libdispatch-changes] [63] trunk/src/internal.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 28 02:02:50 PDT 2009


Revision: 63
          http://trac.macosforge.org/projects/libdispatch/changeset/63
Author:   robert at fledge.watson.org
Date:     2009-10-28 02:02:48 -0700 (Wed, 28 Oct 2009)
Log Message:
-----------
Add explicit include of sys/time.h -- on BSD systems, it's picked up as
a nested include, but not on Linux.

Submitted by:	Paolo Bonzini <bonzini at gnu.org>

Modified Paths:
--------------
    trunk/src/internal.h

Modified: trunk/src/internal.h
===================================================================
--- trunk/src/internal.h	2009-10-28 08:46:58 UTC (rev 62)
+++ trunk/src/internal.h	2009-10-28 09:02:48 UTC (rev 63)
@@ -93,6 +93,7 @@
 #include <sys/sysctl.h>
 #include <sys/syslimits.h>
 #include <sys/socket.h>
+#include <sys/time.h>
 #include <netinet/in.h>
 
 #ifdef __BLOCKS__
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091028/1ab89219/attachment.html>


More information about the libdispatch-changes mailing list