Fix: Missing stdint.h in trace.h
[babeltrace.git] / include / babeltrace / ctf-ir / trace.h
index cf14dcffdd9ec54fb20eae26c7f79f1338c8dcda..864eaf674e8d6dabb5c1a0f43fa303cf4de65782 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 #include <babeltrace/ctf-ir/event-types.h>
+#include <stdint.h>
 
 #ifdef __cplusplus
 extern "C" {
This page took 0.034912 seconds and 4 git commands to generate.