From 47f7272ba13df6cf9b67407d8296ad6a7bb977b2 Mon Sep 17 00:00:00 2001 From: Steve Dover Date: Mon, 17 Feb 2014 22:05:59 +0800 Subject: Add linux/types.h to includes to avoid missing ___u64 etc --- includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index bae82f5..2a5b6c1 100644 --- a/includes.h +++ b/includes.h @@ -157,6 +157,7 @@ typedef u_int32_t uint32_t; #endif /* HAVE_UINT32_T */ #ifdef SO_PRIORITY +#include #include #endif -- cgit v1.2.3