summaryrefslogtreecommitdiff
path: root/openbsd-compat/regress/strduptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/regress/strduptest.c')
-rw-r--r--openbsd-compat/regress/strduptest.c3
1 files changed, 3 insertions, 0 deletions
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
17static int fail = 0; 20static int fail = 0;
18 21
19void 22void