summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-12 23:48:34 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-12 23:48:34 +0000
commit3674669ad6ec75d4ffa06c7fa6ee0e1bc19e8799 (patch)
tree91f8e6490285eb54ce9ac2ba05244a562e50ef0e /gtk
parent4d8d477018ac51a9536103e34368dc11a37e2ed4 (diff)
downloadwireshark-3674669ad6ec75d4ffa06c7fa6ee0e1bc19e8799.tar.gz
Look for "tempfile.h" in the top-level directory.
svn path=/trunk/; revision=17279
Diffstat (limited to 'gtk')
-rw-r--r--gtk/follow_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/follow_dlg.c b/gtk/follow_dlg.c
index 2cbd530f1b..d4161cd6a9 100644
--- a/gtk/follow_dlg.c
+++ b/gtk/follow_dlg.c
@@ -55,7 +55,7 @@
#include <epan/prefs.h>
#include <epan/addr_resolv.h>
#include <epan/charsets.h>
-#include "tempfile.h"
+#include "../tempfile.h"
#include "gui_utils.h"
#include <epan/epan_dissect.h>
#include <epan/filesystem.h>