]> wimlib.net Git - wimlib/commitdiff
mount_image.c: Add error.h outside WITH_FUSE conditional
authorEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 21:09:38 +0000 (16:09 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 21:09:38 +0000 (16:09 -0500)
src/mount_image.c

index 3aac49d11d6942797b51b5174ad09cc5042588a7..f9d4c4001045a4880485fe211b1a1fd2df8808e9 100644 (file)
@@ -31,6 +31,7 @@
 #endif
 
 #include "wimlib.h"
+#include "wimlib/error.h"
 
 #ifdef WITH_FUSE