Include signal.h in nat/amd64-linux-siginfo.h
[deliverable/binutils-gdb.git] / gdb / nat / amd64-linux-siginfo.h
index 452a9f15b70b85943acf64d80f9adab1dc3c88e2..ccc71c82ef0b590b3270296924dc8b586cc1169e 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef AMD64_LINUX_SIGINFO_H
 #define AMD64_LINUX_SIGINFO_H 1
 
+#include <signal.h>  /* For siginfo_t.  */
+
 /* When GDB is built as a 64-bit application on Linux, the
    PTRACE_GETSIGINFO data is always presented in 64-bit layout.  Since
    debugging a 32-bit inferior with a 64-bit GDB should look the same
This page took 0.022976 seconds and 4 git commands to generate.