summaryrefslogtreecommitdiff
path: root/gdb/continuations.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/continuations.c')
-rw-r--r--gdb/continuations.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/continuations.c b/gdb/continuations.c
index 1feee32ebaa..79854e925a3 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"
+#include "continuations.h"
+
+/* Local includes. */
#include "gdbthread.h"
#include "inferior.h"
-#include "continuations.h"
struct continuation
{