aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-09 02:42:40 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-09 02:42:40 +0000
commite49112a4f621098b4346faf0e7f607991494e8ae (patch)
treeff3ff8fff5c54ade93ba596652aaba77189dfb1e /summary.c
parent4e9469eb8ca8293767773da853a2f24cf929693a (diff)
More shuffling of GTK-related files to gtk subdirectory.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@635 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/summary.c b/summary.c
index 202a83c09c..9375ce8bd1 100644
--- a/summary.c
+++ b/summary.c
@@ -1,7 +1,7 @@
/* summary.c
* Routines for capture file summary window
*
- * $Id: summary.c,v 1.11 1999/09/01 03:04:12 gram Exp $
+ * $Id: summary.c,v 1.12 1999/09/09 02:42:26 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -55,7 +55,7 @@
# include <sys/sockio.h>
#endif
-#include "ethereal.h"
+#include "gtk/main.h"
#include "packet.h"
#include "file.h"
#include "summary.h"