aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-12 21:52:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-12 21:52:18 +0000
commit32824a0843e56f095232a83ce533b98393ad519b (patch)
treec56e6d197864b79c58abd971ebc5bb2d43af6b10 /file.c
parent1b8954ef96c36e9c01e307d866c172ce621177e0 (diff)
Move create_tempfile() to tempfile.c out of util.c. This means dumpcap
no longer needs util.c, so it no longer includes routines that use host_ip_af(), so it no longer needs to define its own host_ip_af(). That also means dumpcap.c no longer needs to include <sys/socket.h>. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17278 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 7cc02788f4..2b3a020b7d 100644
--- a/file.c
+++ b/file.c
@@ -58,7 +58,7 @@
#include "print.h"
#include "file.h"
#include "fileset.h"
-#include "util.h"
+#include "tempfile.h"
#include "merge.h"
#include "alert_box.h"
#include "simple_dialog.h"