summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--misc.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f928331c3..986c2ae2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120110213
2 - (djm) [misc.c] include time.h for nanosleep() prototype
3
120110212 420110212
2 - OpenBSD CVS Sync 5 - OpenBSD CVS Sync
3 - nicm@cvs.openbsd.org 2010/10/08 21:48:42 6 - 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 @@
35#include <stdio.h> 35#include <stdio.h>
36#include <stdlib.h> 36#include <stdlib.h>
37#include <string.h> 37#include <string.h>
38#include <time.h>
38#include <unistd.h> 39#include <unistd.h>
39 40
40#include <netinet/in.h> 41#include <netinet/in.h>