aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-09-28 03:16:29 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-09-28 03:16:29 +0000
commitfd46811150e311634ff25125ef16d3caf94fd4e9 (patch)
treeccf03ab311c3d67e880750071dcba5cb31d73e42 /prefs.c
parente99817ebfbedb3e8983489c066023dd6c05114c1 (diff)
More EPAN-related code movements. Get rid of usage of #include "globals.h"
and #include "util.h" from epan code. Move get_home_dir() into epan/filesystem.c as it's used by plugins.c. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2461 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'prefs.c')
-rw-r--r--prefs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.c b/prefs.c
index be822e5437..ed9ba8f9ae 100644
--- a/prefs.c
+++ b/prefs.c
@@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
- * $Id: prefs.c,v 1.41 2000/09/12 06:41:56 guy Exp $
+ * $Id: prefs.c,v 1.42 2000/09/28 03:16:05 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -48,6 +48,7 @@
#include <sys/stat.h>
#endif
+#include <epan.h>
#include "globals.h"
#include "packet.h"
#include "file.h"