diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/python/python-internal.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d9b1b0..1b1bd1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-02-27 Pedro Alves <palves@redhat.com> + * python/python-internal.h: Include "extension-priv.h". + +2015-02-27 Pedro Alves <palves@redhat.com> + * breakpoint.h (enum print_stop_action): Move further up in the file. diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index a77f5a6..4c4d32a 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: |