From: Willy Tarreau Date: Sat, 10 Sep 2011 18:38:15 +0000 (+0200) Subject: [BUILD] stats: stdint is not present on solaris X-Git-Tag: v1.5-dev8~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69c0117ac2c086d8807690883ae4e18a8f00528e;p=thirdparty%2Fhaproxy.git [BUILD] stats: stdint is not present on solaris It was added with commit cec9a227 to use uint32_t, though it does not exist on solaris 8 but is not needed either. --- diff --git a/src/dumpstats.c b/src/dumpstats.c index ebfb17966a..814a90cad8 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include