Cleanup: remove trailing white spaces across project
[lttng-ust.git] / include / lttng / ust.h
index b03cf1cba8811f6c0d24d2db73c42c9c04e76515..91267beec6feaad0730f53fdcde33848970d1652 100644 (file)
@@ -23,6 +23,8 @@
  * SOFTWARE.
  */
 
+#include <signal.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -31,7 +33,7 @@ extern void ust_before_fork(sigset_t *save_sigset);
 extern void ust_after_fork_parent(sigset_t *restore_sigset);
 extern void ust_after_fork_child(sigset_t *restore_sigset);
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.022865 seconds and 4 git commands to generate.