aboutsummaryrefslogtreecommitdiff
path: root/ubifs-utils/common/devtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ubifs-utils/common/devtable.c')
-rw-r--r--ubifs-utils/common/devtable.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/ubifs-utils/common/devtable.c b/ubifs-utils/common/devtable.c
index aa815fb..2b9c6ef 100644
--- a/ubifs-utils/common/devtable.c
+++ b/ubifs-utils/common/devtable.c
@@ -45,7 +45,14 @@
* for more information about what the device table is.
*/
-#include "mkfs.ubifs.h"
+#include <string.h>
+#include <ctype.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/sysmacros.h>
+
+#include "devtable.h"
+#include "defs.h"
#include "hashtable/hashtable.h"
#include "hashtable/hashtable_itr.h"