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/adsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/adsl.c') diff --git a/mdk-stage1/adsl.c b/mdk-stage1/adsl.c index 595b3fae0..03eeeb9a9 100644 --- a/mdk-stage1/adsl.c +++ b/mdk-stage1/adsl.c @@ -31,7 +31,7 @@ #include "log.h" #include "network.h" #include "modules.h" -#include "tools.h" +#include "utils.h" #include "frontend.h" #include "automatic.h" -- cgit v1.2.1