Cleanup: src.ctf.lttng-live: add missing `#include <stdint.h>`
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.h
index c42c16b05cfd8187e92147f1920a8d263c813d2f..ca5883e840491bc7ae6b9a95442a37abb2056536 100644 (file)
  */
 
 #include <stdbool.h>
+#include <stdint.h>
 #include <stdio.h>
+
 #include <glib.h>
 
+#include <babeltrace2/babeltrace.h>
+
 #include "common/macros.h"
 #include "compat/socket.h"
 
This page took 0.023156 seconds and 4 git commands to generate.