From 79c252d0d501a7a16abd7ad9da42ff7440083ee4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 9 Mar 2009 13:17:49 +0000 Subject: Easier integration into FreeBSD (sys/types.h, time.h, etc.). --- strings.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index d9eedb33..e212cf26 100644 --- a/strings.c +++ b/strings.c @@ -16,14 +16,13 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ +#include + #include #include #include #include #include -#ifndef __OpenBSD__ -#include -#endif #include "private.h" -- cgit