aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/ext2fs-lib/ext2fs-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/ext2fs-lib/ext2fs-lib.c')
-rw-r--r--tools/libfsimage/ext2fs-lib/ext2fs-lib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/libfsimage/ext2fs-lib/ext2fs-lib.c b/tools/libfsimage/ext2fs-lib/ext2fs-lib.c
index 36a27dc028..ed471465f9 100644
--- a/tools/libfsimage/ext2fs-lib/ext2fs-lib.c
+++ b/tools/libfsimage/ext2fs-lib/ext2fs-lib.c
@@ -21,8 +21,11 @@
* Use is subject to license terms.
*/
+/* Include output from configure */
+#include <config.h>
+
#include <fsimage_plugin.h>
-#include <ext2fs/ext2fs.h>
+#include INCLUDE_EXTFS_H
#include <errno.h>
#include <inttypes.h>