X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=com_crc16.c;h=1b3a965249ba04a8741ee6742d8c9a8c00048c5b;hb=1a711173535d4b5f4364b66177745aab165330d8;hp=82801e5ad2e2139d3d7aad5a13fe3ee5d0592a91;hpb=1e7db685dd4b29600b9cde43536c82673322f35b;p=xonotic%2Fdarkplaces.git diff --git a/com_crc16.c b/com_crc16.c index 82801e5a..1b3a9652 100644 --- a/com_crc16.c +++ b/com_crc16.c @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // com_crc16.c -#include +#include "darkplaces.h" /* ============================================================================ @@ -146,4 +146,4 @@ unsigned char COM_BlockSequenceCRCByteQW(unsigned char *base, int length, int se chkb[length+3] = p[3]; return CRC_Block(chkb, length + 4) & 0xff; -} \ No newline at end of file +}