Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-15 12:12:53 +0400
committerEric Andersen <andersen@codepoet.org>2003-09-15 12:12:53 +0400
commit45638df23051a0798721aa568f5a23696910e287 (patch)
tree6f5177bd3b83b590c683e04e235001851528d5ab /util-linux
parent2205c84de4c8cc75e3446936f7d93e32391f4aed (diff)
Needs prototype for close()
Diffstat (limited to 'util-linux')
-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 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <stdlib.h>
+#include <unistd.h>
#include "busybox.h"