blob: aa335244b624e4c2cb834ff16e44a5f81d282dcc [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 65b9a47c07be4611b4fbbcafff1993186bcb0537 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 12 Jun 2018 19:15:52 -0700
4Subject: [PATCH 1/2] include endian.h for htole32 and friends
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 providers/hns/hns_roce_u.h | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/providers/hns/hns_roce_u.h b/providers/hns/hns_roce_u.h
12index bd66c6e7..b07424db 100644
13--- a/providers/hns/hns_roce_u.h
14+++ b/providers/hns/hns_roce_u.h
15@@ -34,6 +34,7 @@
16 #define _HNS_ROCE_U_H
17
18 #include <stddef.h>
19+#include <endian.h>
20 #include <util/compiler.h>
21
22 #include <infiniband/driver.h>
23--
242.17.1
25