diff options
Diffstat (limited to 'udp.h')
| -rw-r--r-- | udp.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ #ifndef UDP_H #define UDP_H +#include <stdint.h> +#include <netinet/in.h> + +#include "fwd.h" + void udp_listen_sock_handler(const struct ctx *c, union epoll_ref ref, uint32_t events, const struct timespec *now); void udp_sock_handler(const struct ctx *c, union epoll_ref ref, |
