X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=com_crc16.c;h=1b3a965249ba04a8741ee6742d8c9a8c00048c5b;hb=fd96005480560aeb2e1bd68166f6acbf12a2ec0b;hp=6f94aa938b39ce45ef393936428d5339d0fc547c;hpb=5d041f981f3356cde47d00fc4b370e6564be86cc;p=xonotic%2Fdarkplaces.git diff --git a/com_crc16.c b/com_crc16.c index 6f94aa93..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 "quakedef.h" +#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 +}