- (djm) [misc.c] include time.h for nanosleep() prototype

This commit is contained in:
Damien Miller 2011-01-13 12:21:34 +11:00
parent 134d02a494
commit 1708cb7d0d
2 changed files with 4 additions and 0 deletions

View File

@ -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

1
misc.c
View File

@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <netinet/in.h>