diff options
Diffstat (limited to 'util/id.c')
| -rw-r--r-- | util/id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/id.c b/util/id.c index 7883fbec79..bbbadcc784 100644 --- a/util/id.c +++ b/util/id.c @@ -10,6 +10,7 @@ * or later. See the COPYING.LIB file in the top-level directory. */ +#include "qemu/osdep.h" #include "qemu-common.h" bool id_wellformed(const char *id) |