diff options
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/remote_gdb.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/remote_gdb.cc b/src/base/remote_gdb.cc index af6857a36..49b7ce50d 100644 --- a/src/base/remote_gdb.cc +++ b/src/base/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> |