[BUILD] <stdint> is not present on OpenBSD. Prefer <sys/types.h>

This commit is contained in:
Willy Tarreau 2006-10-15 22:57:13 +02:00
parent fddaec02ee
commit 014b4fecb2
2 changed files with 3 additions and 2 deletions

View 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>

View 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.