Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 9d0c010d502079a164e453cb67778f3a547cc2d1..900a0e840861f78d7a826abc0ed176b0960a0435 100644 (file)
@@ -21,6 +21,8 @@
 
 #define _LGPL_SOURCE
 #define _GNU_SOURCE
+#include <stddef.h>
+#include <stdint.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/mman.h>
This page took 0.02373 seconds and 4 git commands to generate.