]> wimlib.net Git - wimlib/blobdiff - include/wimlib/file_io.h
Use read_stream_list() for extraction
[wimlib] / include / wimlib / file_io.h
index 85f293f13a1023e6c21dcf639880b91dbe3353ce..01f971783d28e7408c52a535c2f667cafa69e8db 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stddef.h>
 #include <sys/types.h>
 
 #include <stddef.h>
 #include <sys/types.h>
+#include <stdbool.h>
 
 /* Wrapper around a file descriptor that keeps track of offset (including in
  * pipes, which don't support lseek()) and a cached flag that tells whether the
 
 /* Wrapper around a file descriptor that keeps track of offset (including in
  * pipes, which don't support lseek()) and a cached flag that tells whether the