[libdispatch-changes] [164] trunk/configure.ac

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 16 02:48:41 PST 2009


Revision: 164
          http://trac.macosforge.org/projects/libdispatch/changeset/164
Author:   robert at fledge.watson.org
Date:     2009-11-16 02:48:39 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
When testing for kevent flags, include types.h.

Modified Paths:
--------------
    trunk/configure.ac

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-11-16 10:16:08 UTC (rev 163)
+++ trunk/configure.ac	2009-11-16 10:48:39 UTC (rev 164)
@@ -186,7 +186,8 @@
 AC_CHECK_DECLS([CLOCK_UPTIME, CLOCK_MONOTONIC, CLOCK_REALTIME], [], [],
   [[#include <time.h>]])
 AC_CHECK_DECLS([EVFILT_LIO, EVFILT_SESSION, NOTE_NONE, NOTE_REAP, NOTE_SIGNAL], [], [],
-  [[#include <sys/event.h>]])
+  [[#include <sys/types.h>
+#include <sys/event.h>]])
 AC_CHECK_DECLS([FD_COPY], [], [], [[#include <sys/select.h>]])
 AC_CHECK_DECLS([SIGEMT], [], [], [[#include <signal.h>]])
 AC_CHECK_DECLS([VQ_UPDATE, VQ_VERYLOWDISK], [], [], [[#include <sys/mount.h>]])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091116/4038f266/attachment.html>


More information about the libdispatch-changes mailing list