diff options
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index eaaa844..bb6ad25 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -29,7 +29,7 @@ #include "continuations.h" #include "interps.h" #include "top.h" -#include "observer.h" +#include "observable.h" /* General function to handle events in the inferior. */ |