aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-15 08:12:53 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-15 08:12:53 +0000
commit699db152850fdeedad013e03aee5f21316c390fe (patch)
tree6f5177bd3b83b590c683e04e235001851528d5ab
parentf4c8a12e26a80d0c07e66ad81aea2201a89d1d97 (diff)
downloadbusybox-w32-699db152850fdeedad013e03aee5f21316c390fe.tar.gz
busybox-w32-699db152850fdeedad013e03aee5f21316c390fe.tar.bz2
busybox-w32-699db152850fdeedad013e03aee5f21316c390fe.zip
Needs prototype for close()
git-svn-id: svn://busybox.net/trunk/busybox@7524 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--util-linux/freeramdisk.c1
1 files changed, 1 insertions, 0 deletions
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 @@
27#include <fcntl.h> 27#include <fcntl.h>
28#include <sys/ioctl.h> 28#include <sys/ioctl.h>
29#include <stdlib.h> 29#include <stdlib.h>
30#include <unistd.h>
30#include "busybox.h" 31#include "busybox.h"
31 32
32 33