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:22 +0000 (21:00 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust.h

index b03cf1cba8811f6c0d24d2db73c42c9c04e76515..2779d7a76165b1c73735683bb61c2d74530cb5d7 100644 (file)
@@ -23,6 +23,8 @@
  * SOFTWARE.
  */
 
+#include <signal.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
This page took 0.025061 seconds and 4 git commands to generate.