summaryrefslogtreecommitdiff
path: root/src/arch/sparc/remote_gdb.cc
diff options
context:
space:
mode:
authorPalle Lyckegaard <palle@lyckegaard.dk>2012-09-10 11:57:42 -0400
committerPalle Lyckegaard <palle@lyckegaard.dk>2012-09-10 11:57:42 -0400
commit21d4d50ba1f8aae47108db91bc20108812fb62a4 (patch)
treef246eec3cf8a658fb11264cdfe5756c0c0bd5ff2 /src/arch/sparc/remote_gdb.cc
parent3215ed97549a5cb65414e0f926cc8ab17b5c473b (diff)
downloadgem5-21d4d50ba1f8aae47108db91bc20108812fb62a4.tar.xz
NetBSD: Build on NetBSD
Minor patch against so building on NetBSD is possible.
Diffstat (limited to 'src/arch/sparc/remote_gdb.cc')
-rw-r--r--src/arch/sparc/remote_gdb.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/sparc/remote_gdb.cc b/src/arch/sparc/remote_gdb.cc
index 1298e327e..cafd1799f 100644
--- a/src/arch/sparc/remote_gdb.cc
+++ b/src/arch/sparc/remote_gdb.cc
@@ -116,6 +116,7 @@
* "Stub" to allow remote cpu to debug over a serial line using gdb.
*/
+#include <signal.h>
#include <sys/signal.h>
#include <unistd.h>