From 906e93d480d8b77aac8ce4b3837ab55b3b496d2d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 5 Jul 2007 14:20:04 +0000 Subject: - move parameters functions in params.c - move string/system utility functions in utils.c --- mdk-stage1/modules.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/modules.c') diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 43120bc4f..48fc20afd 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -29,6 +29,7 @@ #include #include "stage1.h" #include "log.h" +#include "utils.h" #include "frontend.h" #include "mount.h" #include "modules_descr.h" -- cgit v1.2.1