ftruncate() technically lives in unistd.h

It should be included to prevent warnings on some compilers.
This commit is contained in:
Jordan Bancino 2022-11-22 22:31:36 +00:00
parent 21d97656e8
commit b155d0dbe4

View file

@ -29,6 +29,7 @@
#include <pthread.h> #include <pthread.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
struct Db struct Db
{ {