mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 04:43:37 -04:00
BUILD: stdbool is not portable (again)
Another build issue on Solaris without c99. Please don't use stdbool.
This commit is contained in:
parent
c5599e7c49
commit
9046bbf05b
2 changed files with 0 additions and 2 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <common/chunk.h>
|
||||
#include <common/compat.h>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue