aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/export_pdu_dlg.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 01:14:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 01:14:35 +0000
commitbbf6a3766e65ebc66f06f936e530e79ec2d5b31b (patch)
tree36807307f1569f29471ae157dcc82141c422a1ad /ui/gtk/export_pdu_dlg.c
parent3ab335948b76b1a87fd0c193050673ffd37c9a86 (diff)
Move tempfile.{h,c} into wsutil.
svn path=/trunk/; revision=50163
Diffstat (limited to 'ui/gtk/export_pdu_dlg.c')
-rw-r--r--ui/gtk/export_pdu_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/export_pdu_dlg.c b/ui/gtk/export_pdu_dlg.c
index 03e96b7c65..f3e334434c 100644
--- a/ui/gtk/export_pdu_dlg.c
+++ b/ui/gtk/export_pdu_dlg.c
@@ -30,7 +30,7 @@
#include "wtap.h"
#include "pcap-encap.h"
#include "version_info.h"
-#include "tempfile.h"
+#include "wsutil/tempfile.h"
#include <epan/tap.h>
#include <epan/exported_pdu.h>