aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-07-31 04:12:04 +0000
committerGuy Harris <guy@alum.mit.edu>2000-07-31 04:12:04 +0000
commit5fb74c28df29428de7f62b1be81d553457e406bf (patch)
treeef193ee0f266e041552f74b56f90cd0671ab205b /packet-sctp.c
parentd902b190ddc5904a404340e0af15a55d171d7c5b (diff)
Include "packet.h", not <packet.h> - the latter, at least on Win32,
causes a system <packet.h> header to be includes, which causes the compiler to get quite upset. svn path=/trunk/; revision=2186
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index 4f5caf3f89..7db76e9610 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -2,7 +2,7 @@
* Routines for Stream Control Transmission Protocol dissection
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
- * $Id: packet-sctp.c,v 1.1 2000/07/21 12:56:58 gram Exp $
+ * $Id: packet-sctp.c,v 1.2 2000/07/31 04:12:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -52,7 +52,7 @@
#include <string.h>
#include <glib.h>
-#include <packet.h>
+#include "packet.h"
#include "packet-ip.h"
@@ -1801,10 +1801,3 @@ proto_reg_handoff_sctp(void)
{
dissector_add("ip.proto", IP_PROTO_SCTP, dissect_sctp);
}
-
-
-
-
-
-
-