aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-13 01:30:03 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-13 01:30:03 +0000
commitc32311dcd55a7c45a148ba129ee60b122e2df25c (patch)
tree2412e139b2f7391394def213f57d962474e20002 /gtk
parent3674669ad6ec75d4ffa06c7fa6ee0e1bc19e8799 (diff)
Add tempfile.h to the list of headeer files. That was the problem, not
the pathname in the #include. svn path=/trunk/; revision=17280
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 d4161cd6a9..2cbd530f1b 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>