From b2d80867358da87df25fb40529dfcb81a251a32d Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 8 Jul 2014 14:17:38 +0000 Subject: string.h is the correct file, not strings.h ok beck@ jsing@ --- src/regress/lib/libcrypto/bio/biotest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bio/biotest.c b/src/regress/lib/libcrypto/bio/biotest.c index c6d38eb5b1..75dbf8c4fe 100644 --- a/src/regress/lib/libcrypto/bio/biotest.c +++ b/src/regress/lib/libcrypto/bio/biotest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biotest.c,v 1.2 2014/06/22 16:57:34 jsing Exp $ */ +/* $OpenBSD: biotest.c,v 1.3 2014/07/08 14:17:38 bcook Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -18,7 +18,7 @@ #include #include -#include +#include #include -- cgit v1.2.3-55-g6feb