Pull in <time.h> for tzset()
authorguenther <guenther@openbsd.org>
Sun, 28 Aug 2016 00:51:48 +0000 (00:51 +0000)
committerguenther <guenther@openbsd.org>
Sun, 28 Aug 2016 00:51:48 +0000 (00:51 +0000)
usr.sbin/ldomd/ldomd.c

index e120590..95efee1 100644 (file)
@@ -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"