Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / doc / examples / clock-override / lttng-ust-clock-override-example.c
index ab29787cb69163f3e739cbc7c635263bd2147b1b..aed7aac82c9d2cff50ad4131dc9b41609c2a1d8c 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <stdlib.h>
+#include <stdint.h>
 #include <time.h>
 #include <string.h>
 #include <stdio.h>
This page took 0.022946 seconds and 4 git commands to generate.