From: Willy Tarreau Date: Wed, 1 May 2013 07:55:17 +0000 (+0200) Subject: BUILD: stdbool is not portable (again) X-Git-Tag: v1.5-dev19~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9046bbf05bd3530aa8edf247190693f533f0ca27;p=thirdparty%2Fhaproxy.git BUILD: stdbool is not portable (again) Another build issue on Solaris without c99. Please don't use stdbool. --- diff --git a/src/checks.c b/src/checks.c index f1072cdb75..d1b7a367d4 100644 --- a/src/checks.c +++ b/src/checks.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include diff --git a/src/haproxy-systemd-wrapper.c b/src/haproxy-systemd-wrapper.c index 8499b35188..fb1a7fd927 100644 --- a/src/haproxy-systemd-wrapper.c +++ b/src/haproxy-systemd-wrapper.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include