aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-11-28 01:23:09 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-11-28 01:23:09 +0000
commit2830cf2045d7be5840ea12bcafd053167a189f66 (patch)
treeb72d11255532af9da93f58c7393aa2c004084a1a /gtk/decode_as_dlg.c
parent5fceae6ecb30e79887f1b9da5c651e0e3051ecd6 (diff)
fix the path to include g_ascii_strcasecmp.h
svn path=/trunk/; revision=23636
Diffstat (limited to 'gtk/decode_as_dlg.c')
-rw-r--r--gtk/decode_as_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/decode_as_dlg.c b/gtk/decode_as_dlg.c
index 1f46cced77..65ff496f86 100644
--- a/gtk/decode_as_dlg.c
+++ b/gtk/decode_as_dlg.c
@@ -43,7 +43,7 @@
#include "help_dlg.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
+#include "../epan/g_ascii_strcasecmp.h"
#endif
#undef DEBUG