Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / ust-core.c
index 255ad96371d8b63c6bfcb1275140ac9050b1bb40..abea7bbdffb137fdbbae86e2d1c7c4f2422372bb 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #define _LGPL_SOURCE
+#include <stdint.h>
 #include <stddef.h>
 #include <stdlib.h>
 #include <lttng/ust-events.h>
This page took 0.023072 seconds and 4 git commands to generate.