diff options
Diffstat (limited to 'timeoutconn.c')
| -rw-r--r-- | timeoutconn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timeoutconn.c b/timeoutconn.c index 33a16d9..e6d5f19 100644 --- a/timeoutconn.c +++ b/timeoutconn.c | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | #include <sys/socket.h> | 2 | #include <sys/socket.h> |
| 3 | #include <netinet/in.h> | 3 | #include <netinet/in.h> |
| 4 | #include <arpa/inet.h> | 4 | #include <arpa/inet.h> |
| 5 | #include <unistd.h> | ||
| 5 | #include "ndelay.h" | 6 | #include "ndelay.h" |
| 6 | #include "select.h" | 7 | #include "select.h" |
| 7 | #include "error.h" | 8 | #include "error.h" |
| 8 | #include "readwrite.h" | ||
| 9 | #include "ip.h" | 9 | #include "ip.h" |
| 10 | #include "byte.h" | 10 | #include "byte.h" |
| 11 | #include "timeoutconn.h" | 11 | #include "timeoutconn.h" |
