[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:
Willy Tarreau 2011-09-10 20:38:15 +02:00
parent 98c6121ee5
commit 69c0117ac2

View 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>