From f34b1f024feb57e6eb78728d46ff2bbf2ca19453 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 29 Jul 2009 22:35:07 -0400 Subject: [PATCH] Conditionalize portability #includes in g-asyncns.h http://bugzilla.gnome.org/show_bug.cgi?id=589988 --- gio/libasyncns/g-asyncns.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gio/libasyncns/g-asyncns.h b/gio/libasyncns/g-asyncns.h index 2df5fcc..8601344 100644 --- a/gio/libasyncns/g-asyncns.h +++ b/gio/libasyncns/g-asyncns.h @@ -28,11 +28,17 @@ /* For old OS X, #580301. Remove if these are added to asyncns.c * in the future. */ +#ifdef HAVE_SYS_TIME_H #include +#endif +#ifdef HAVE_STDINT_H #include +#endif /* Some BSDs require this for getrlimit */ +#ifdef HAVE_SYS_RESOURCE_H #include +#endif #include "asyncns.h" -- 2.7.4