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 | |
parent | 2205c84de4c8cc75e3446936f7d93e32391f4aed (diff) | |
download | busybox-45638df23051a0798721aa568f5a23696910e287.tar.gz |
Needs prototype for close()
-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 @@ #include <fcntl.h> #include <sys/ioctl.h> #include <stdlib.h> +#include <unistd.h> #include "busybox.h" |