forked from Telodendria/Telodendria
ftruncate() technically lives in unistd.h
It should be included to prevent warnings on some compilers.
This commit is contained in:
parent
21d97656e8
commit
b155d0dbe4
1 changed files with 1 additions and 0 deletions
1
src/Db.c
1
src/Db.c
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
struct Db
|
struct Db
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue