aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-disasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-disasm.c')
-rw-r--r--gdb/python/py-disasm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/py-disasm.c b/gdb/python/py-disasm.c
index 13ac85c..c3d8d8a 100644
--- a/gdb/python/py-disasm.c
+++ b/gdb/python/py-disasm.c
@@ -19,6 +19,7 @@
#include "defs.h"
#include "python-internal.h"
+#include "language.h"
#include "dis-asm.h"
#include "arch-utils.h"
#include "charset.h"