Fix files that had Gilbert's old e-mail address or that didn't have my
[obnox/wireshark/wip.git] / ipproto.c
index 7cb6d24a09a9ec6696ac5de470961ad921ad2568..67c092782527e5e2946d9f982921f915c9825287 100644 (file)
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,9 +1,9 @@
 /* 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.6 2000/01/22 06:22:12 guy Exp $
  *
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
 #endif
 
 #include <glib.h>
+
+#ifndef __GLOBALS_H__
+#include "globals.h"
+#endif
+
 #include "packet.h"
 #include "etypes.h"
 #include "packet-ip.h"