Add mising include in ust.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jun 2013 01:00:03 +0000 (21:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jun 2013 01:00:35 +0000 (21:00 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust.h

index a7d67f591ca84676a1417877f0f8903685edd2b9..6438c54f8893ec32bc856a0c4edf3d3ee8d3940f 100644 (file)
@@ -15,6 +15,8 @@
  * all copies or substantial portions of the Software.
  */
 
+#include <signal.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
This page took 0.024969 seconds and 4 git commands to generate.