From 2cd3968b6d0a47345c74c86e40daf8347b919a08 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 Jun 2004 07:27:52 +0000 Subject: add missing include for basename() --- mdk-stage1/directory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/directory.c') diff --git a/mdk-stage1/directory.c b/mdk-stage1/directory.c index fe3ccda70..0e6caeb52 100644 --- a/mdk-stage1/directory.c +++ b/mdk-stage1/directory.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "stage1.h" #include "frontend.h" #include "log.h" -- cgit v1.2.1