fix: include 'sys/endian.h' on FreeBSD
[urcu.git] / doc / examples / rculfhash / jhash.h
index 5e8b288231389a0473d815f904d7ff1033745dc9..fc3928e5d3deae77110bc89479f81fa94345e149 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _JHASH_H
 #define _JHASH_H
 
+#if defined(__FreeBSD__)
+#include <sys/endian.h>
+#endif
+
 /*
  * jhash.h
  *
This page took 0.022281 seconds and 4 git commands to generate.