From: guenther Date: Sun, 28 Aug 2016 00:51:48 +0000 (+0000) Subject: Pull in for tzset() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2e71478ce4bf706955b5a9d64620675a801f1c9b;p=openbsd Pull in for tzset() --- diff --git a/usr.sbin/ldomd/ldomd.c b/usr.sbin/ldomd/ldomd.c index e120590b412..95efee1e9d9 100644 --- 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 #include #include +#include #include #include "ds.h"