diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-15 08:12:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-15 08:12:53 +0000 |
commit | 45638df23051a0798721aa568f5a23696910e287 (patch) | |
tree | 6f5177bd3b83b590c683e04e235001851528d5ab /util-linux/freeramdisk.c | |
parent | 2205c84de4c8cc75e3446936f7d93e32391f4aed (diff) | |
download | busybox-w32-45638df23051a0798721aa568f5a23696910e287.tar.gz busybox-w32-45638df23051a0798721aa568f5a23696910e287.tar.bz2 busybox-w32-45638df23051a0798721aa568f5a23696910e287.zip |
Needs prototype for close()
Diffstat (limited to 'util-linux/freeramdisk.c')
-rw-r--r-- | util-linux/freeramdisk.c | 1 |
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 | ||