View | Details | Raw Unified | Return to bug 208446
Collapse All | Expand All

(-)files/patch-src_libstrongswan_utils_utils_byteorder.h (+13 lines)
Line 0 Link Here
1
--- src/libstrongswan/utils/utils/byteorder.h.orig	2016-03-29 06:56:52 UTC
2
+++ src/libstrongswan/utils/utils/byteorder.h
3
@@ -22,6 +22,10 @@
4
 #ifndef BYTEORDER_H_
5
 #define BYTEORDER_H_
6
 
7
+#if defined(__FreeBSD__)
8
+#include <sys/endian.h>
9
+#endif
10
+
11
 /**
12
  * Architecture independent bitfield definition helpers (at least with GCC).
13
  *

Return to bug 208446