From 528a98a62d5a0280cd6d967dc59144d2149d1d5b Mon Sep 17 00:00:00 2001 From: guenther Date: Fri, 26 Aug 2016 08:50:31 +0000 Subject: [PATCH] Pull in for ctime_r, gmtime, etc ok deraadt@ --- usr.bin/file/magic-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/file/magic-test.c b/usr.bin/file/magic-test.c index ab446a838cc..388328787a5 100644 --- a/usr.bin/file/magic-test.c +++ b/usr.bin/file/magic-test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: magic-test.c,v 1.23 2016/05/01 11:26:19 nicm Exp $ */ +/* $OpenBSD: magic-test.c,v 1.24 2016/08/26 08:50:31 guenther Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott @@ -27,6 +27,7 @@ #include #include #include +#include #include #include -- 2.20.1