aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-06 18:33:49 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-06 18:33:49 +0000
commit4a452efb7cf89fc6409ec655fe13fff3cf5f9942 (patch)
tree9f8f053cc4dbbdb6409a22fb972bb2bc2dff135a /ipproto.c
parentb6fa66669ad3659d05f96519d94eb2ebe52bd79d (diff)
Remove #include "globals.h" from packet-atalk.c (not needed) and from
packet-ipv6.h. Of all the files that include packet-ipv6.h, only ipproto.c needs "globals.h", so I put the #include in ipproto.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1229 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ipproto.c')
-rw-r--r--ipproto.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ipproto.c b/ipproto.c
index 7cb6d24a09..70f1744b66 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,7 +1,7 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
- * $Id: ipproto.c,v 1.4 1999/11/21 14:43:52 gram Exp $
+ * $Id: ipproto.c,v 1.5 1999/12/06 18:33:49 gram Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -47,6 +47,11 @@
#endif
#include <glib.h>
+
+#ifndef __GLOBALS_H__
+#include "globals.h"
+#endif
+
#include "packet.h"
#include "etypes.h"
#include "packet-ip.h"