Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / lttng-context-provider.c
index b51ef23f38b40e5ea74d3c22995da9d2fd11d2f2..50f73c6253cf340d90485540ce154dfdafd24d72 100644 (file)
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
+#include <stdint.h>
 #include <sys/types.h>
 #include <unistd.h>
+
 #include <lttng/ust-context-provider.h>
 #include "lttng-tracer-core.h"
 #include "jhash.h"
This page took 0.023097 seconds and 4 git commands to generate.