Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / jhash.h
index da1e7dd02c7b994bbdda9e5f8f7ce6eae27d4f5b..ace743bfa5438fe33937075e5d3c51e70d4a2482 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <stddef.h>
+#include <stdint.h>
 #include <urcu/compiler.h>
 #include <lttng/ust-endian.h>
 
This page took 0.023087 seconds and 4 git commands to generate.