libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 6/6] Add missing <signal.h> include directive


From: Ken Werner
Subject: [Libunwind-devel] [PATCH 6/6] Add missing <signal.h> include directive
Date: Thu, 27 Oct 2011 10:38:12 +0200

The testcase tests/Gtest-dyn1.c uses the signal() function and should
therefore include the corresponding header file.

Signed-off-by: Ken Werner <address@hidden>
---
 tests/Gtest-dyn1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Gtest-dyn1.c b/tests/Gtest-dyn1.c
index fcb773d..e084813 100644
--- a/tests/Gtest-dyn1.c
+++ b/tests/Gtest-dyn1.c
@@ -30,7 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.  */
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-
+#include <signal.h>
 #include <sys/mman.h>
 
 #if UNW_TARGET_ARM
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]