diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/regress/snprintftest.c | 1 | ||||
-rw-r--r-- | openbsd-compat/regress/strduptest.c | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/regress/snprintftest.c b/openbsd-compat/regress/snprintftest.c index e25bf223f..8879244b5 100644 --- a/openbsd-compat/regress/snprintftest.c +++ b/openbsd-compat/regress/snprintftest.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <stdlib.h> | 21 | #include <stdlib.h> |
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <stdarg.h> | 23 | #include <stdarg.h> |
24 | #include <string.h> | ||
24 | 25 | ||
25 | static int failed = 0; | 26 | static int failed = 0; |
26 | 27 | ||
diff --git a/openbsd-compat/regress/strduptest.c b/openbsd-compat/regress/strduptest.c index 664a48ef4..7f6d779be 100644 --- a/openbsd-compat/regress/strduptest.c +++ b/openbsd-compat/regress/strduptest.c | |||
@@ -14,6 +14,9 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <stdlib.h> | ||
18 | #include <string.h> | ||
19 | |||
17 | static int fail = 0; | 20 | static int fail = 0; |
18 | 21 | ||
19 | void | 22 | void |