Found by Buildbot Solaris: isprint.h include only works on glib2 systems
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Dec 2004 10:49:12 +0000 (10:49 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Dec 2004 10:49:12 +0000 (10:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12787 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ieee80211.c

index ccb5dff0e857cafa604682ddc70c6552267eee6a..68d805971174908cfe49d22560f3d17f782c7b31 100644 (file)
@@ -69,6 +69,7 @@
 #include "etypes.h"
 #include <epan/crc32.h>
 
+#include <ctype.h>
 #include "isprint.h"
 
 /* Defragment fragmented 802.11 datagrams */