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:
parent
5098b85c3f
commit
1eec2c6197
|
@ -43,6 +43,7 @@
|
|||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
#include <util.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "makefs.h"
|
||||
#include "chfs_makefs.h"
|
||||
|
|
Loading…
Reference in New Issue