diff options
Diffstat (limited to 'thunk.c')
-rw-r--r-- | thunk.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,9 +16,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> -#include <stdio.h> -#include <stdarg.h> +#include "qemu/osdep.h" #include "qemu.h" #include "exec/user/thunk.h" |