summaryrefslogtreecommitdiff
path: root/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/prefs.h b/prefs.h
index addc7ed8dc..2a6f680dfb 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.9 1999/12/02 04:30:03 gerald Exp $
+ * $Id: prefs.h,v 1.10 1999/12/10 04:20:53 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,10 @@
#define PR_DEST_CMD 0
#define PR_DEST_FILE 1
+#ifndef __GTK_H__
+#include <gtk/gtk.h>
+#endif
+
typedef struct _e_prefs {
gint pr_format;
gint pr_dest;