diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d9b1b0242..1b1bd1fe13 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-02-27 Pedro Alves + + * python/python-internal.h: Include "extension-priv.h". + 2015-02-27 Pedro Alves * breakpoint.h (enum print_stop_action): Move further up in the diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index a77f5a6626..4c4d32a5ad 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -21,6 +21,7 @@ #define GDB_PYTHON_INTERNAL_H #include "extension.h" +#include "extension-priv.h" /* These WITH_* macros are defined by the CPython API checker that comes with the Python plugin for GCC. See: