diff options
author | Palle Lyckegaard <palle@lyckegaard.dk> | 2012-09-10 11:57:42 -0400 |
---|---|---|
committer | Palle Lyckegaard <palle@lyckegaard.dk> | 2012-09-10 11:57:42 -0400 |
commit | 21d4d50ba1f8aae47108db91bc20108812fb62a4 (patch) | |
tree | f246eec3cf8a658fb11264cdfe5756c0c0bd5ff2 /src/arch | |
parent | 3215ed97549a5cb65414e0f926cc8ab17b5c473b (diff) | |
download | gem5-21d4d50ba1f8aae47108db91bc20108812fb62a4.tar.xz |
NetBSD: Build on NetBSD
Minor patch against so building on NetBSD is possible.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/sparc/remote_gdb.cc | 1 |
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> |