diff options
author | David Krause <david@cvs.openbsd.org> | 2003-08-02 01:24:38 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-08-02 01:24:38 +0000 |
commit | bb9c508606ec678987fdff045b51692b9a94fff4 (patch) | |
tree | dfb3b2df3f049059ee009ffa0ffcaa281ffa8b7b /regress/lib/libc/alloca | |
parent | 23c48bb9313c4f573d08c508b80f786d2436fa3f (diff) |
add missing includes
ok deraadt@ tedu@
Diffstat (limited to 'regress/lib/libc/alloca')
-rw-r--r-- | regress/lib/libc/alloca/alloca.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/alloca/alloca.c b/regress/lib/libc/alloca/alloca.c index 1c264292933..14ef87b29ad 100644 --- a/regress/lib/libc/alloca/alloca.c +++ b/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 <stdio.h> +#include <string.h> int main(int argc, char *argv[]) |