CRC32: Include sys/types.h.

This commit is contained in:
Miran Grča
2025-07-24 17:41:58 +02:00
committed by GitHub
parent 4212f3601f
commit 3f82c150dc

View File

@@ -21,6 +21,7 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
#ifdef MAKECRCH
# include <stdio.h>