Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / lttng-context-provider.c
index edb1e9b2e076a4297653b010b87978e5eb67c07d..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.022885 seconds and 4 git commands to generate.