summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
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 /cpukit/libcsupport
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 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/src/fcntl.c1
-rw-r--r--cpukit/libcsupport/src/privateenv.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index cd31374030..6c2aa1da11 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -15,6 +15,7 @@
#include "config.h"
#endif
+#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
diff --git a/cpukit/libcsupport/src/privateenv.c b/cpukit/libcsupport/src/privateenv.c
index 7b1e5d1e8e..93dff453c5 100644
--- a/cpukit/libcsupport/src/privateenv.c
+++ b/cpukit/libcsupport/src/privateenv.c
@@ -17,6 +17,8 @@
#include "config.h"
#endif
+#include <stdlib.h> /* free */
+
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/libio_.h>