From d3ba9b35b433bf752024bf91ffc9892fd648095c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 6 Jan 2002 20:11:37 +0000 Subject: 2002-02-05 Ralf Corsepius * libc/Makefile.am: Add MULTISUBDIR support. * libc/fcntl.c: Add #include . * libc/privateenv.c: Add #include . --- cpukit/libcsupport/src/fcntl.c | 1 + cpukit/libcsupport/src/privateenv.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'cpukit') 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 #include #include #include 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 /* free */ + #include #include #include -- cgit v1.2.3