aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile.common1
-rw-r--r--gtk/follow_dlg.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 5eb4a007bf..de033c0bd5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -85,6 +85,7 @@ ETHEREAL_COMMON_INCLUDES = \
ps.h \
register.h \
ringbuffer.h \
+ tempfile.h \
timestats.h \
util.h \
version_info.h
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>