From 8aec880e628f94a8e6893d2f9e075504342db194 Mon Sep 17 00:00:00 2001 From: david <> Date: Sat, 2 Aug 2003 01:24:36 +0000 Subject: add missing includes ok deraadt@ tedu@ --- src/regress/lib/libc/alloca/alloca.c | 3 ++- src/regress/lib/libc/popen/popen.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libc/alloca/alloca.c b/src/regress/lib/libc/alloca/alloca.c index 1c26429293..14ef87b29a 100644 --- a/src/regress/lib/libc/alloca/alloca.c +++ b/src/regress/lib/libc/alloca/alloca.c @@ -1,8 +1,9 @@ -/* $OpenBSD: alloca.c,v 1.4 2003/07/31 21:48:02 deraadt Exp $ */ +/* $OpenBSD: alloca.c,v 1.5 2003/08/02 01:24:36 david Exp $ */ /* Written by Michael Shalayeff, 2003, Public Domain. */ #include +#include int main(int argc, char *argv[]) diff --git a/src/regress/lib/libc/popen/popen.c b/src/regress/lib/libc/popen/popen.c index 491c5becea..95ea67f31b 100644 --- a/src/regress/lib/libc/popen/popen.c +++ b/src/regress/lib/libc/popen/popen.c @@ -38,6 +38,7 @@ #include +#include #include #include #include -- cgit v1.2.3-55-g6feb