summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/fcntl.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:11:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:11:37 +0000
commitd3ba9b35b433bf752024bf91ffc9892fd648095c (patch)
tree1b9d10a969e3c1ecedfa1908f0870f61382053dd /c/src/exec/libcsupport/src/fcntl.c
parent2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d3ba9b35b433bf752024bf91ffc9892fd648095c.tar.bz2
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/Makefile.am: Add MULTISUBDIR support. * libc/fcntl.c: Add #include <stdarg.h>. * libc/privateenv.c: Add #include <stdlib.h>.
Diffstat (limited to 'c/src/exec/libcsupport/src/fcntl.c')
-rw-r--r--c/src/exec/libcsupport/src/fcntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/fcntl.c b/c/src/exec/libcsupport/src/fcntl.c
index cd31374030..6c2aa1da11 100644
--- a/c/src/exec/libcsupport/src/fcntl.c
+++ b/c/src/exec/libcsupport/src/fcntl.c
@@ -15,6 +15,7 @@
#include "config.h"
#endif
+#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>