]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] stats: stdint is not present on solaris
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Sep 2011 18:38:15 +0000 (20:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Sep 2011 18:38:15 +0000 (20:38 +0200)
It was added with commit cec9a227 to use uint32_t, though it does
not exist on solaris 8 but is not needed either.

src/dumpstats.c

index ebfb17966a6ff904329706980d121e8443f690fc..814a90cad88f5d4276c65f1a68defb79c4555bfd 100644 (file)
@@ -15,7 +15,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <stdbool.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>