aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_edit_dlg.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-10 08:13:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-10 08:13:56 +0000
commit9de26da5fc458ddf4f10c26cd78cdbf7052bc81a (patch)
tree2c4cddac84a1a17576af330679bd97aa6d3a8ad9 /gtk/color_edit_dlg.c
parentf4ab0cb9d947d2e343edf212669d6e64e7b7123e (diff)
Include <string.h> to declare string functions we use.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19477 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/color_edit_dlg.c')
-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>