mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-24 02:37:23 +08:00
Fix build failure when building without Python support.
* python/python.c: Always include exceptions.h, even when HAVE_PYTHON is not defined.
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
#include "observer.h"
|
||||
#include "value.h"
|
||||
#include "language.h"
|
||||
#include "exceptions.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
@ -45,7 +46,6 @@ static int gdbpy_auto_load = 1;
|
||||
#include "cli/cli-decode.h"
|
||||
#include "charset.h"
|
||||
#include "top.h"
|
||||
#include "exceptions.h"
|
||||
#include "python-internal.h"
|
||||
#include "version.h"
|
||||
#include "target.h"
|
||||
|
Reference in New Issue
Block a user