diff --git a/ChangeLog b/ChangeLog index b4c028568..684675ca6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +20131103 + - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. + From OpenSMTPD where it prevents "implicit declaration" warnings (it's + a no-op in OpenSSH). From chl at openbsd. + 20131030 - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2013/10/29 09:42:11 diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c index d75854e83..65e800397 100644 --- a/openbsd-compat/bsd-misc.c +++ b/openbsd-compat/bsd-misc.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "xmalloc.h"