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