Include missing header <unistd.h> for write(2) read(2) close(2)

These functions are undefined after switch to new zlib.
This commit is contained in:
kamil 2017-01-10 04:27:02 +00:00
parent 5098b85c3f
commit 1eec2c6197
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#include <string.h>
#include <zlib.h>
#include <util.h>
#include <unistd.h>
#include "makefs.h"
#include "chfs_makefs.h"