Include mi-cmds.h in mi-parse.h
$ make check-headers CHECK_HEADERS="mi/mi-parse.h" ... ../../binutils-gdb/gdb/mi/mi-parse.h:77:6: error: use of enum 'print_values' without previous declaration enum print_values mi_parse_print_values (const char *name); ^ gdb: 2017-01-06 Yao Qi <yao.qi@linaro.org> * mi/mi-parse.h: Include mi-cmds.h.
This commit is contained in:
parent
051d2ddae5
commit
66c80d0307
@ -1,3 +1,7 @@
|
||||
2017-01-06 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* mi/mi-parse.h: Include mi-cmds.h.
|
||||
|
||||
2017-01-06 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* inf-loop.c: Don't include "target.h".
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "run-time-clock.h"
|
||||
#include <chrono>
|
||||
#include "mi-cmds.h" /* For enum print_values. */
|
||||
|
||||
/* MI parser */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user