replaced POSIX header with standard C header

This commit is contained in:
Cremno
2013-06-28 08:05:33 +02:00
parent b44309b4b2
commit 5835406e6b
+1 -1
View File
@@ -6,7 +6,7 @@
#include <limits.h>
#include <stdint.h>
#include <sys/types.h>
#include <stddef.h>
// Calculate CRC (CRC-16-CCITT)
//