mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-03-03 18:28:07 +01:00
Fix missing function declarations for pread and close
sparsebundlefs.cpp:171:56: error: 'pread' was not declared in this scope sparsebundlefs.cpp:172:24: error: 'close' was not declared in this scope We were missing unistd.h
This commit is contained in:
committed by
Tor Arne Vestbø
parent
dcd99af04f
commit
9996c1cd80
@@ -6,6 +6,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user