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
1 changed files with 1 additions and 0 deletions

View File

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