From 18d4a296b1a3bcdf6de904582d4766c1345a1b2f Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 22 Nov 2013 08:37:33 +0100 Subject: [PATCH 5/5] BUILD: stdbool is not portable (again) Another build issue on Solaris without c99. Please don't use stdbool. --- src/haproxy-systemd-wrapper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/haproxy-systemd-wrapper.c b/src/haproxy-systemd-wrapper.c index 8499b35188c5..fb1a7fd92724 100644 --- a/src/haproxy-systemd-wrapper.c +++ b/src/haproxy-systemd-wrapper.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include -- 1.8.4