diff options
Diffstat (limited to 'qemu/util/compatfd.c')
-rw-r--r-- | qemu/util/compatfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/util/compatfd.c b/qemu/util/compatfd.c index e8571502b..9a43042ae 100644 --- a/qemu/util/compatfd.c +++ b/qemu/util/compatfd.c @@ -13,6 +13,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/compatfd.h" #include "qemu/thread.h" |