aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-10 08:13:56 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-10 08:13:56 +0000
commit26cce5d9fd36f22a347eb1ebddd3de07e15e31da (patch)
tree2c4cddac84a1a17576af330679bd97aa6d3a8ad9
parent1873df7b1ec2ba6fe70e1c463c539b636d595fe0 (diff)
Include <string.h> to declare string functions we use.
svn path=/trunk/; revision=19477
-rw-r--r--gtk/color_edit_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/color_edit_dlg.c b/gtk/color_edit_dlg.c
index 1bb3ff8138..113534181f 100644
--- a/gtk/color_edit_dlg.c
+++ b/gtk/color_edit_dlg.c
@@ -26,6 +26,8 @@
# include "config.h"
#endif
+#include <string.h>
+
#include <gtk/gtk.h>
#include <epan/packet.h>