diff options
author | david <> | 2003-09-02 23:52:16 +0000 |
---|---|---|
committer | david <> | 2003-09-02 23:52:16 +0000 |
commit | 907b17c42a136132a2e911e8c66258755cad4391 (patch) | |
tree | 59aa3e2bdf84fde3f1b830ea95f38a1e56d35181 /src/regress/lib/libc/alloca | |
parent | 3c1d81a2d3e4c7b0be777d6f826d6f934b43ee10 (diff) | |
download | openbsd-907b17c42a136132a2e911e8c66258755cad4391.tar.gz openbsd-907b17c42a136132a2e911e8c66258755cad4391.tar.bz2 openbsd-907b17c42a136132a2e911e8c66258755cad4391.zip |
add missing includes
ok deraadt@ tedu@ dhartmei@ krw@
Diffstat (limited to 'src/regress/lib/libc/alloca')
-rw-r--r-- | src/regress/lib/libc/alloca/alloca.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/alloca/alloca.c b/src/regress/lib/libc/alloca/alloca.c index 14ef87b29a..d9573e2f54 100644 --- a/src/regress/lib/libc/alloca/alloca.c +++ b/src/regress/lib/libc/alloca/alloca.c | |||
@@ -1,8 +1,9 @@ | |||
1 | /* $OpenBSD: alloca.c,v 1.5 2003/08/02 01:24:36 david Exp $ */ | 1 | /* $OpenBSD: alloca.c,v 1.6 2003/09/02 23:52:16 david Exp $ */ |
2 | 2 | ||
3 | /* Written by Michael Shalayeff, 2003, Public Domain. */ | 3 | /* Written by Michael Shalayeff, 2003, Public Domain. */ |
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <stdlib.h> | ||
6 | #include <string.h> | 7 | #include <string.h> |
7 | 8 | ||
8 | int | 9 | int |