Add missing stdint.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 16:38:17 +0000 (12:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 16:38:17 +0000 (12:38 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/babeltrace.h

index fe5881a34e86c1475514ffb1b8f745094ef6332f..af2e110e030943ed82468d45b63a5a7c2b3eed3a 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <glib.h>
+#include <stdint.h>
 
 typedef GQuark bt_event_name;
 
This page took 0.025185 seconds and 4 git commands to generate.