summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-10-28 21:38:11 +0000
committerGerald Combs <gerald@wireshark.org>1998-10-28 21:38:11 +0000
commit06e5aae0e3946b453377f7d824ef43961dfa47aa (patch)
treeb372423ae62551ea536da9d5edca5d65efa00353 /menu.c
parent3b9dda5d6bd434cc5f75b30b08b4ac2d5d33f04c (diff)
downloadwireshark-06e5aae0e3946b453377f7d824ef43961dfa47aa.tar.gz
* Added preference file saves and reads.
svn path=/trunk/; revision=75
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 301aed76c4..5735fe1321 100644
--- a/menu.c
+++ b/menu.c
@@ -1,7 +1,7 @@
/* menu.c
* Menu routines
*
- * $Id: menu.c,v 1.8 1998/10/16 01:18:29 gerald Exp $
+ * $Id: menu.c,v 1.9 1998/10/28 21:38:08 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -38,9 +38,9 @@
#include "ethereal.h"
#include "capture.h"
#include "packet.h"
+#include "prefs.h"
#include "print.h"
#include "follow.h"
-#include "prefs.h"
/* Much of this was take from the GTK+ tuturial at http://www.gtk.org */