summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dover <sw0rdf1sh@charter.net>2014-02-17 22:05:59 +0800
committerSteve Dover <sw0rdf1sh@charter.net>2014-02-17 22:05:59 +0800
commitccc5e25c19499ea32491f89d0f524aa78d9f2e9a (patch)
treeb090b009a56f34a1f463f2ed2f7302d5c0b9dd6a
parent15c4f617235434ccc28c3e00bccb84f86962d828 (diff)
downloaddropbear-ccc5e25c19499ea32491f89d0f524aa78d9f2e9a.tar.gz
Add linux/types.h to includes to avoid missing ___u64 etc
-rw-r--r--includes.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/types.h>
#include <linux/pkt_sched.h>
#endif