All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] patch: testsuite: add missing include
@ 2011-10-04 13:37 Daniele Nicolodi
  2011-10-05 11:01 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Daniele Nicolodi @ 2011-10-04 13:37 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

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

[-- Attachment #2: 0003-testsuite-add-missing-include.patch --]
[-- Type: text/x-diff, Size: 669 bytes --]

>From 795a866c1080987ec772492fec223db8d1a2a4a8 Mon Sep 17 00:00:00 2001
From: Daniele Nicolodi <nicolodi@domain.hid>
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-05 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 13:37 [Xenomai-core] patch: testsuite: add missing include Daniele Nicolodi
2011-10-05 11:01 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.