summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index 3cd11e49e..10c9ebf4b 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -28,6 +28,7 @@ int module_already_present(const char * name);
struct module_deps_elem {
char * modname;
+ char * filename;
char ** deps;
};