]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
Include <stdint.h> unconditionally: it is in C99.
[tcpdump] / interface.h
index 0e35b7800f924f38648192e39ceb0dffebe3cce3..affa019cbd9ac18ae4e7cf7df7c996bd66e9dd07 100644 (file)
 #include "funcattrs.h"
 
 #include <stdarg.h>
-
-#if HAVE_STDINT_H
 #include <stdint.h>
-#endif
 
 #ifndef HAVE_STRLCAT
 extern size_t strlcat(char *, const char *, size_t);