]> granicus.if.org Git - libevent/commitdiff
forgot ifdef guard around stdint.h
authorNiels Provos <provos@gmail.com>
Sat, 18 Nov 2006 03:52:27 +0000 (03:52 +0000)
committerNiels Provos <provos@gmail.com>
Sat, 18 Nov 2006 03:52:27 +0000 (03:52 +0000)
svn:r263

evdns.c

diff --git a/evdns.c b/evdns.c
index 0d852e616931d67050858d5a49148c0e4c207a14..6c16bbd27cc6271cb03651092d7e0a8e64a253a7 100644 (file)
--- a/evdns.c
+++ b/evdns.c
@@ -75,7 +75,9 @@
 #include <string.h>
 #include <fcntl.h>
 #include <sys/time.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>