From: Eric Andersen Date: Mon, 15 Sep 2003 08:12:53 +0000 (-0000) Subject: Needs prototype for close() X-Git-Tag: 1_00_pre4~176 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45638df23051a0798721aa568f5a23696910e287;p=oweals%2Fbusybox.git Needs prototype for close() --- diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index af00c6678..38267e61e 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "busybox.h"