diff options
Diffstat (limited to 'gdb/ser-base.h')
-rw-r--r-- | gdb/ser-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-base.h b/gdb/ser-base.h index 4c6537f..27f9f34 100644 --- a/gdb/ser-base.h +++ b/gdb/ser-base.h @@ -20,7 +20,7 @@ #ifndef SER_BASE_H #define SER_BASE_H -#include "serial.h" /* For serial_ttystate. */ +#include "serial.h" struct serial; struct ui_file; |