fix compile error

This commit is contained in:
asrael 2025-09-29 11:26:52 -05:00
parent 8a3637a025
commit ab9e017427
No known key found for this signature in database
GPG key ID: 2786557804DFAE24

View file

@ -4,6 +4,7 @@
#include <math.h> #include <math.h>
#include <pthread.h> #include <pthread.h>
#include <stdlib.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>