Add missing stdlib.h include to codegen_backend_x86-64.c
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#if defined __amd64__ || defined _M_X64
|
#if defined __amd64__ || defined _M_X64
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <86box/86box.h>
|
#include <86box/86box.h>
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user