]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] <stdint> is not present on OpenBSD. Prefer <sys/types.h>
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 20:57:13 +0000 (22:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 20:57:13 +0000 (22:57 +0200)
include/common/epoll.h
include/types/buffers.h

index 56eef7ec646723981ba99447e53b8668445a9f9c..8b05ece2625ee8438fc43985798b6a5e85cf773c 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _COMMON_EPOLL_H
 #define _COMMON_EPOLL_H
 
-#include <stdint.h>
+#include <sys/types.h>
 #include <linux/unistd.h>
 
 #include <common/config.h>
index b96d14b9bcddb6995092eb64e72c98d0db1da5be..3e33abf901698ae12217a5e54b6ef8493ae26b57 100644 (file)
@@ -25,7 +25,8 @@
 #include <common/config.h>
 #include <common/memory.h>
 
-#include <stdint.h>
+#include <sys/time.h>
+#include <sys/types.h>
 
 /* The BF_* macros designate Buffer Flags, which may be ORed in the bit field
  * member 'flags' in struct buffer.