mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 06:40:59 +01:00
[BUILD] <stdint> is not present on OpenBSD. Prefer <sys/types.h>
This commit is contained in:
parent
fddaec02ee
commit
014b4fecb2
@ -29,7 +29,7 @@
|
|||||||
#ifndef _COMMON_EPOLL_H
|
#ifndef _COMMON_EPOLL_H
|
||||||
#define _COMMON_EPOLL_H
|
#define _COMMON_EPOLL_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <sys/types.h>
|
||||||
#include <linux/unistd.h>
|
#include <linux/unistd.h>
|
||||||
|
|
||||||
#include <common/config.h>
|
#include <common/config.h>
|
||||||
|
|||||||
@ -25,7 +25,8 @@
|
|||||||
#include <common/config.h>
|
#include <common/config.h>
|
||||||
#include <common/memory.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
|
/* The BF_* macros designate Buffer Flags, which may be ORed in the bit field
|
||||||
* member 'flags' in struct buffer.
|
* member 'flags' in struct buffer.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user