artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f5158
)
Pull in <time.h> for tzset()
author
guenther
<guenther@openbsd.org>
Sun, 28 Aug 2016 00:51:48 +0000
(
00:51
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 28 Aug 2016 00:51:48 +0000
(
00:51
+0000)
usr.sbin/ldomd/ldomd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ldomd/ldomd.c
b/usr.sbin/ldomd/ldomd.c
index
e120590
..
95efee1
100644
(file)
--- a/
usr.sbin/ldomd/ldomd.c
+++ b/
usr.sbin/ldomd/ldomd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ldomd.c,v 1.
6 2012/12/08 20:38:10 kettenis
Exp $ */
+/* $OpenBSD: ldomd.c,v 1.
7 2016/08/28 00:51:48 guenther
Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
@@
-27,6
+27,7
@@
#include <stdio.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include <unistd.h>
#include "ds.h"