aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-10 07:19:51 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-10 07:19:51 +0000
commitdc298db578760aaa48d2b835ad322b95a98ce2f1 (patch)
tree03a63606705cd063ea23b5b324175c575e302432 /packet-atalk.c
parentf9f2bf9a28595c2cd304a66a72e1e906f2ceb0e7 (diff)
Give "globals.h" an RCS ID and copyright/GPL notice.
Move some defines that would be used even by a non-GTK+-based Ethereal from "gtk/main.h" to "globals.h". Remove the byte-order #defines from "packet.h", as they're now in "globals.h" (having been moved there from "gtk/main.h"). Fix up some files that use those #defines to include "globals.h". "resolv.c" doesn't use any GTK stuff, so it needn't include <gtk/gtk.h> nor "gtk/main.h" - it only did so to get the byte-order #defines for the benefit of "packet-ipv6.h", and "packet-ipv6.h" now includes them itself. svn path=/trunk/; revision=649
Diffstat (limited to 'packet-atalk.c')
-rw-r--r--packet-atalk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet-atalk.c b/packet-atalk.c
index c3928b9ca4..3e1237f3fd 100644
--- a/packet-atalk.c
+++ b/packet-atalk.c
@@ -27,6 +27,7 @@
#endif
#include <glib.h>
+#include "globals.h"
#include "packet.h"
#ifdef HAVE_NETINET_IN_H