From 934a539a4477bcf75f189dbea272e3e10fb9c6f0 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 15 Oct 2008 09:59:31 -0700 Subject: [PATCH] fix wrong byte ordering handling (thanks brent!) --- src/common/sctp_crc32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/sctp_crc32.c b/src/common/sctp_crc32.c index 33a441c1a9204..ba7dd3cc01345 100644 --- a/src/common/sctp_crc32.c +++ b/src/common/sctp_crc32.c @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD: src/sys/netinet/sctp_crc32.c,v 1.8 2007/05/08 17:01:10 rrs E #endif #include +#include -- 2.39.5