X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=com_crc16.c;h=1b3a965249ba04a8741ee6742d8c9a8c00048c5b;hp=82801e5ad2e2139d3d7aad5a13fe3ee5d0592a91;hb=4d33dcb245a32cf4c44807e8b53e4fccea944633;hpb=1e7db685dd4b29600b9cde43536c82673322f35b 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 +}