Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / jhash.h
index 944dc0471fb3d5a90d0f54d9e516d61f377f6f5b..416836adbf294c997414a292e60596dbf1045ec9 100644 (file)
@@ -16,8 +16,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <stddef.h>
 #include <urcu/compiler.h>
-#include <endian.h>
+#include <lttng/ust-endian.h>
 
 /*
  * Hash function
This page took 0.023421 seconds and 4 git commands to generate.