commit | 45638df23051a0798721aa568f5a23696910e287 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Sep 15 08:12:53 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Sep 15 08:12:53 2003 +0000 |
tree | 6f5177bd3b83b590c683e04e235001851528d5ab | |
parent | 2205c84de4c8cc75e3446936f7d93e32391f4aed [diff] [blame] |
Needs prototype for close()
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index af00c66..38267e6 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"