summaryrefslogtreecommitdiff
path: root/summary.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 02:42:40 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 02:42:40 +0000
commit3c49e45cf7490165308e176b2107a1956822d08a (patch)
treeff3ff8fff5c54ade93ba596652aaba77189dfb1e /summary.c
parent28009b86d2e89c31e5457702df9af1a513588c2a (diff)
downloadwireshark-3c49e45cf7490165308e176b2107a1956822d08a.tar.gz
More shuffling of GTK-related files to gtk subdirectory.
svn path=/trunk/; revision=635
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"