diff options
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 96e1556..6690941 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -32,7 +32,7 @@ #include <fcntl.h> #include "gdb_string.h" -#include "signals.h" +#include <signal.h> static int pipe_open (serial_t scb, const char *name); static void pipe_close (serial_t scb); |