diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,7 +58,9 @@ | |||
58 | #include <string.h> | 58 | #include <string.h> |
59 | #include <unistd.h> | 59 | #include <unistd.h> |
60 | #include <limits.h> | 60 | #include <limits.h> |
61 | #ifdef HAVE_POLL_H | ||
61 | #include <poll.h> | 62 | #include <poll.h> |
63 | #endif | ||
62 | #include <signal.h> | 64 | #include <signal.h> |
63 | #include <time.h> | 65 | #include <time.h> |
64 | 66 | ||