Fix: Missing stdint.h in stream-class.h
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Mar 2015 14:40:17 +0000 (10:40 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Mar 2015 14:40:17 +0000 (10:40 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/stream-class.h

index c275b025f8fca8fe24f60c1b68020677176118de..d7089ccb938254c4ebe5a771776ccb47ff72d255 100644 (file)
@@ -30,6 +30,8 @@
  * http://www.efficios.com/ctf
  */
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
This page took 0.024367 seconds and 4 git commands to generate.