Files
sparsebundlefs-mirror/sparsebundlefs.cpp
Justin Edwards 9996c1cd80 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
2012-11-16 09:55:39 +01:00

13 KiB