Better fix than f2266d9678

This commit is contained in:
Simon Kelley
2021-07-21 21:27:14 +01:00
parent f2266d9678
commit 8389b943d3

View File

@@ -107,6 +107,7 @@ typedef unsigned long long u64;
#endif #endif
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
@@ -166,10 +167,6 @@ extern int capget(cap_user_header_t header, cap_user_data_t data);
#define ADDRSTRLEN INET6_ADDRSTRLEN #define ADDRSTRLEN INET6_ADDRSTRLEN
#ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
/* Async event queue */ /* Async event queue */
struct event_desc { struct event_desc {
int event, data, msg_sz; int event, data, msg_sz;