diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ab36c65f68..92f85f4fae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-02-27 Pedro Alves + + * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward + declaration. + Include break-common.h. + 2015-02-27 Tom Tromey Pedro Alves diff --git a/gdb/nat/x86-dregs.h b/gdb/nat/x86-dregs.h index ea82e62e01..a2b992607e 100644 --- a/gdb/nat/x86-dregs.h +++ b/gdb/nat/x86-dregs.h @@ -32,8 +32,7 @@ #ifndef X86_DREGS_H #define X86_DREGS_H 1 -/* Forward declaration. */ -enum target_hw_bp_type; +#include "break-common.h" /* target_hw_bp_type */ /* Low-level function vector. */