aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-16 06:33:49 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-16 06:33:49 +0000
commit7259a053034ee23b7956a892e4df9e752223902b (patch)
tree54ca0b081633ee4693969a029f4f4e3bda8bdeed /gtk
parentad99cb236c342a482e85aec6d544d849a701e429 (diff)
Include <ctype.h> to define/declare "isspace()".
svn path=/trunk/; revision=14654
Diffstat (limited to 'gtk')
-rw-r--r--gtk/recent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/recent.c b/gtk/recent.c
index 0651dbe00a..84120be319 100644
--- a/gtk/recent.c
+++ b/gtk/recent.c
@@ -30,6 +30,7 @@
#include <gtk/gtk.h>
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
#include "recent.h"
#include <epan/epan.h>