aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mgcp_stat.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-28 01:31:23 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-28 01:31:23 +0000
commit06c9d7a21a8254bda633c6ee13b85f4c9165c491 (patch)
tree22c4a89ef10113041cefd37b17af8c1489cfb645 /gtk/mgcp_stat.c
parent3f1b52eb5b887570798dc508f6250399e8d84c63 (diff)
some more path fixes for g_ascii_strcasecmp.h
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23638 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/mgcp_stat.c')
-rw-r--r--gtk/mgcp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c
index 5daa8d3895..9c4b8b9b0d 100644
--- a/gtk/mgcp_stat.c
+++ b/gtk/mgcp_stat.c
@@ -54,7 +54,7 @@
#include "gui_utils.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
+#include "../epan/g_ascii_strcasecmp.h"
#endif