diff options
Diffstat (limited to 'openbsd-compat/regress/snprintftest.c')
-rw-r--r-- | openbsd-compat/regress/snprintftest.c | 1 |
1 files changed, 1 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 | ||