summaryrefslogtreecommitdiffstats
path: root/include/conntrack.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/conntrack.h')
-rw-r--r--include/conntrack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/conntrack.h b/include/conntrack.h
index 8f2b6a2..d6b6150 100644
--- a/include/conntrack.h
+++ b/include/conntrack.h
@@ -3,6 +3,7 @@
#include "linux_list.h"
#include <getopt.h>
+#include <stdint.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#define PROGNAME "conntrack"
@@ -149,7 +150,7 @@ struct ctproto_handler {
struct list_head head;
const char *name;
- u_int16_t protonum;
+ uint16_t protonum;
const char *version;
enum ctattr_protoinfo protoinfo_attr;