chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include <sys/times.h> in a few more files. Include <unistd.h> and
[adns]
/
src
/
event.c
diff --git
a/src/event.c
b/src/event.c
index 582e95c54f893bcde8e1d843f6889b6d1e6e304c..154a9b8f5c2dd3c62849b1e06ce8a16b4ecc7936 100644
(file)
--- a/
src/event.c
+++ b/
src/event.c
@@
-25,7
+25,10
@@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/time.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>