Pull in <time.h> for ctime_r, gmtime, etc
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 08:50:31 +0000 (08:50 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 08:50:31 +0000 (08:50 +0000)
ok deraadt@

usr.bin/file/magic-test.c

index ab446a8..3883287 100644 (file)
@@ -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 <nicm@openbsd.org>
@@ -27,6 +27,7 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 #include <vis.h>