diff options
author | Steve Dover <sw0rdf1sh@charter.net> | 2014-02-17 22:05:59 +0800 |
---|---|---|
committer | Steve Dover <sw0rdf1sh@charter.net> | 2014-02-17 22:05:59 +0800 |
commit | 47f7272ba13df6cf9b67407d8296ad6a7bb977b2 (patch) | |
tree | 3e87e3d7882bb72ebaeae705ced80b223ded88e0 /includes.h | |
parent | bf6f3f613d487299df5e2570984c22ad72908c28 (diff) |
Add linux/types.h to includes to avoid missing ___u64 etc
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ typedef u_int32_t uint32_t; #endif /* HAVE_UINT32_T */ #ifdef SO_PRIORITY +#include <linux/types.h> #include <linux/pkt_sched.h> #endif |