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/sprintf/sprintf_test.c | |
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/sprintf/sprintf_test.c')
-rw-r--r-- | src/regress/lib/libc/sprintf/sprintf_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/sprintf/sprintf_test.c b/src/regress/lib/libc/sprintf/sprintf_test.c index 1387b2970e..76dd42c929 100644 --- a/src/regress/lib/libc/sprintf/sprintf_test.c +++ b/src/regress/lib/libc/sprintf/sprintf_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sprintf_test.c,v 1.1 2003/05/15 04:23:49 deraadt Exp $ */ | 1 | /* $OpenBSD: sprintf_test.c,v 1.2 2003/09/02 23:52:16 david Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Theo de Raadt | 4 | * Copyright (c) 2003 Theo de Raadt |
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include <stdio.h> | 32 | #include <stdio.h> |
33 | #include <stdlib.h> | 33 | #include <stdlib.h> |
34 | #include <string.h> | ||
34 | #include <signal.h> | 35 | #include <signal.h> |
35 | 36 | ||
36 | char correct[] = | 37 | char correct[] = |