mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-04 02:19:09 +00:00
[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.
This commit is contained in:
parent
98c6121ee5
commit
69c0117ac2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user