projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2205c84
)
Needs prototype for close()
author
Eric Andersen
<andersen@codepoet.org>
Mon, 15 Sep 2003 08:12:53 +0000
(08:12 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 15 Sep 2003 08:12:53 +0000
(08:12 -0000)
util-linux/freeramdisk.c
patch
|
blob
|
history
diff --git
a/util-linux/freeramdisk.c
b/util-linux/freeramdisk.c
index af00c667806c43c3282f6ac8c8a1f3fa8ebed250..38267e61ee8e8a533b1f76c415e169b611972c45 100644
(file)
--- 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"