diff options
Diffstat (limited to 'gdb/continuations.c')
-rw-r--r-- | gdb/continuations.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/continuations.c b/gdb/continuations.c index 1feee32..3f565a8 100644 --- a/gdb/continuations.c +++ b/gdb/continuations.c @@ -18,9 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local non-gdb includes. */ +#include "continuations.h" #include "gdbthread.h" #include "inferior.h" -#include "continuations.h" struct continuation { |