Hello,

the posix/leks regression test in the test suite failed to build on
debian testing due to a missing include. The attached patch fixes the
problem.

Cheers,
-- 
Daniele
>From 795a866c1080987ec772492fec223db8d1a2a4a8 Mon Sep 17 00:00:00 2001
From: Daniele Nicolodi <[email protected]>
Date: Tue, 4 Oct 2011 15:14:44 +0200
Subject: testsuite: add missing include

---
 src/testsuite/regression/posix/leaks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/testsuite/regression/posix/leaks.c b/src/testsuite/regression/posix/leaks.c
index 7326572..6c8cee9 100644
--- a/src/testsuite/regression/posix/leaks.c
+++ b/src/testsuite/regression/posix/leaks.c
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <signal.h>
 #include <unistd.h>
 #include <pthread.h>
 #include <fcntl.h>
-- 
1.7.6.3

_______________________________________________
Xenomai-core mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-core

Reply via email to