aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsck')
-rw-r--r--e2fsck/jfs_user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsck/jfs_user.h b/e2fsck/jfs_user.h
index 6d24558b7..3b91765c7 100644
--- a/e2fsck/jfs_user.h
+++ b/e2fsck/jfs_user.h
@@ -11,6 +11,8 @@
#ifndef _JFS_USER_H
#define _JFS_USER_H
+#include "config.h"
+
#ifdef DEBUGFS
#include <stdio.h>
#include <stdlib.h>
@@ -27,7 +29,6 @@
/*
* Pull in the definition of the e2fsck context structure
*/
-#include "config.h"
#include "e2fsck.h"
#endif