]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
Build fixes
[wimlib] / programs / imagex.c
index fe7f3be9866de20ee66888a4c6ab3e89f59bad0f..cf118b336656e6434681320d04d9b65175568031 100644 (file)
 #include <errno.h>
 #include <sys/stat.h>
 
-#ifdef WITH_NTFS_3G
-#include <unistd.h>
-#include <sys/wait.h>
-#endif
-
 #define ARRAY_LEN(array) (sizeof(array) / sizeof(array[0]))
 
 #define swap(a, b) ({ typeof(a) __a = (a); typeof(b) __b = (b); \