summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 927f33fcb..4d4771314 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -18,6 +18,8 @@
* (3) insmod them
*/
+#include "stage1.h"
+
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -27,7 +29,6 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
-#include "stage1.h"
#include "log.h"
#include "utils.h"
#include "frontend.h"