diff options
Diffstat (limited to 'readline.c')
-rw-r--r-- | readline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readline.c b/readline.c index de60cfcf5d..f690f6e9ed 100644 --- a/readline.c +++ b/readline.c @@ -21,7 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "qemu-common.h" +#include "console.h" #define TERM_CMD_BUF_SIZE 4095 #define TERM_MAX_CMDS 64 |