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