diff options
Diffstat (limited to 'gdbstub.c')
| -rw-r--r-- | gdbstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbstub.c b/gdbstub.c index fdcb0eea8f..e4e480f668 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -17,6 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" +#include "qapi/error.h" #include "qemu-common.h" #ifdef CONFIG_USER_ONLY |