mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 05:41:26 +02: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
@ -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…
x
Reference in New Issue
Block a user