diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | openbsd-compat/bsd-misc.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ | |||
1 | 20131103 | ||
2 | - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. | ||
3 | From OpenSMTPD where it prevents "implicit declaration" warnings (it's | ||
4 | a no-op in OpenSSH). From chl at openbsd. | ||
5 | |||
1 | 20131030 | 6 | 20131030 |
2 | - (djm) OpenBSD CVS Sync | 7 | - (djm) OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2013/10/29 09:42:11 | 8 | - 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 @@ | |||
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <signal.h> | 29 | #include <signal.h> |
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <time.h> | ||
31 | #include <unistd.h> | 32 | #include <unistd.h> |
32 | 33 | ||
33 | #include "xmalloc.h" | 34 | #include "xmalloc.h" |