aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-01 08:33:53 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-01 08:33:53 +0000
commit92ee993e820d91225a6c97490eea0de189b10d34 (patch)
tree3467bd09881a56bf97d29bb9438249dd455240dc /gtk/prefs_dlg.c
parentd6a9e37c97b9506693df2361377cb9521768bc00 (diff)
"prefs-int.h" belongs in epan, too.
svn path=/trunk/; revision=12168
Diffstat (limited to 'gtk/prefs_dlg.c')
-rw-r--r--gtk/prefs_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 63c48915bc..d52e3a8ff2 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -50,7 +50,7 @@
#include "simple_dialog.h"
#include "compat_macros.h"
-#include "prefs-int.h"
+#include <epan/prefs-int.h>
#ifdef HAVE_LIBPCAP
#ifdef _WIN32