artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358ea70
)
Pull in <time.h> for ctime_r, gmtime, etc
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 08:50:31 +0000
(08:50 +0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 08:50:31 +0000
(08:50 +0000)
ok deraadt@
usr.bin/file/magic-test.c
patch
|
blob
|
history
diff --git
a/usr.bin/file/magic-test.c
b/usr.bin/file/magic-test.c
index
ab446a8
..
3883287
100644
(file)
--- a/
usr.bin/file/magic-test.c
+++ b/
usr.bin/file/magic-test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: magic-test.c,v 1.2
3 2016/05/01 11:26:19 nicm
Exp $ */
+/* $OpenBSD: magic-test.c,v 1.2
4 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>