diff options
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include <setjmp.h> #include <inttypes.h> #include <arpa/inet.h> +#include <netinet/tcp.h> /// Shorthand to set an error and return failure from the function #define FAIL(...) \ |