]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Include <ctype.h> to make sure we have all the isXXX() functions.
authorGuy Harris <[email protected]>
Mon, 14 Sep 2015 21:50:39 +0000 (14:50 -0700)
committerGuy Harris <[email protected]>
Mon, 14 Sep 2015 21:50:39 +0000 (14:50 -0700)
util-print.c

index 469b8261c4dca9d73472c5e1b998953a82370f42..b481e9e6d8d6396325038793157dcd5aafdf9ab6 100644 (file)
@@ -46,6 +46,7 @@
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #endif
+#include <ctype.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>