Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886fff4
)
lib: Added missing required headers to mtio-select.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 20 Sep 2011 15:14:27 +0000
(17:14 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 20 Sep 2011 15:14:27 +0000
(17:14 +0200)
lib/mtio-select.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/mtio-select.c
b/lib/mtio-select.c
index
63f4e8b
..
6536c95
100644
(file)
--- a/
lib/mtio-select.c
+++ b/
lib/mtio-select.c
@@
-18,6
+18,8
@@
#include <stdlib.h>
#include <string.h>
+#include <time.h>
+#include <unistd.h>
#include <errno.h>
#include <sys/select.h>