From: Kefu Chai Date: Tue, 9 May 2017 07:04:02 +0000 (+0800) Subject: common/sctp_crc32: include acconfig.h for the detecting endianness X-Git-Tag: v12.0.3~23^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=833705e885ba986bc7087e23cf5cfa722aab74cb;p=ceph.git common/sctp_crc32: include acconfig.h for the detecting endianness so byteorder.h can be a pure c++ header. Signed-off-by: Kefu Chai --- diff --git a/src/common/sctp_crc32.c b/src/common/sctp_crc32.c index 646a401eba60..a8deb07fe5fa 100644 --- a/src/common/sctp_crc32.c +++ b/src/common/sctp_crc32.c @@ -43,6 +43,8 @@ __FBSDID("$FreeBSD: src/sys/netinet/sctp_crc32.c,v 1.8 2007/05/08 17:01:10 rrs E #include +#include "acconfig.h" + #ifndef SCTP_USE_ADLER32