From 894ed90b95ac8cfd9838977ad32815c0765b83d2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 19 Aug 2016 01:37:50 +0000 Subject: [PATCH] string.h not strings.h --- regress/sys/copy/copy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/sys/copy/copy.c b/regress/sys/copy/copy.c index bd929418740..2ed0fe65a21 100644 --- a/regress/sys/copy/copy.c +++ b/regress/sys/copy/copy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: copy.c,v 1.4 2011/04/10 03:20:59 guenther Exp $ */ +/* $OpenBSD: copy.c,v 1.5 2016/08/19 01:37:50 deraadt Exp $ */ /* Written by Ted Unangst 2004 Public Domain */ @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include -- 2.20.1