forgot ifdef guard around stdint.h

svn:r263
This commit is contained in:
Niels Provos 2006-11-18 03:52:27 +00:00
parent 9d81ac48f8
commit ddf70659ad

View File

@ -75,7 +75,9 @@
#include <string.h>
#include <fcntl.h>
#include <sys/time.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <errno.h>