Cleanup: src.ctf.lttng-live: add missing `#include <stdint.h>`
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-viewer-abi.h
index 9f6154ba82b0436dbb3c4fed6405b736685dddbc..a58956a4ff252111f16054cbf24e7bf6aa365ac8 100644 (file)
@@ -25,6 +25,7 @@
  * SOFTWARE.
  */
 
+#include <stdint.h>
 #include "compat/limits.h"
 
 #define LTTNG_VIEWER_PATH_MAX          4096
This page took 0.02364 seconds and 4 git commands to generate.