diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-02-12 21:52:18 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-02-12 21:52:18 +0000 |
commit | 4d8d477018ac51a9536103e34368dc11a37e2ed4 (patch) | |
tree | c56e6d197864b79c58abd971ebc5bb2d43af6b10 /gtk/follow_dlg.c | |
parent | 4d94f994b56be336d459ebd4585a46a8b6d8c4c1 (diff) | |
download | wireshark-4d8d477018ac51a9536103e34368dc11a37e2ed4.tar.gz wireshark-4d8d477018ac51a9536103e34368dc11a37e2ed4.tar.bz2 wireshark-4d8d477018ac51a9536103e34368dc11a37e2ed4.zip |
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>.
svn path=/trunk/; revision=17278
Diffstat (limited to 'gtk/follow_dlg.c')
-rw-r--r-- | gtk/follow_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/follow_dlg.c b/gtk/follow_dlg.c index 4c07bff60c..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 "util.h" +#include "tempfile.h" #include "gui_utils.h" #include <epan/epan_dissect.h> #include <epan/filesystem.h> |