diff options
Diffstat (limited to 'tests/test-write-threshold.c')
-rw-r--r-- | tests/test-write-threshold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-write-threshold.c b/tests/test-write-threshold.c index faffa7b855..fdbc8020fd 100644 --- a/tests/test-write-threshold.c +++ b/tests/test-write-threshold.c @@ -6,8 +6,8 @@ * */ +#include "qemu/osdep.h" #include <glib.h> -#include <stdint.h> #include "block/block_int.h" #include "block/write-threshold.h" |