diff --git a/ChangeLog b/ChangeLog index f928331c3..986c2ae2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20110213 + - (djm) [misc.c] include time.h for nanosleep() prototype + 20110212 - OpenBSD CVS Sync - nicm@cvs.openbsd.org 2010/10/08 21:48:42 diff --git a/misc.c b/misc.c index 1c57ce0ac..919b04e6b 100644 --- a/misc.c +++ b/misc.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include