added missing header file include

I thought it write() was in fcnttl

whoops
This commit is contained in:
Václav Šmejkal 2022-11-22 18:30:55 +01:00
parent e5a4c21f6a
commit 95d5c8201f
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -4,6 +4,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
#include <dirent.h> #include <dirent.h>
#include <time.h> #include <time.h>
#include <sys/stat.h> #include <sys/stat.h>