diff options
Diffstat (limited to 'tests/qos-test.c')
-rw-r--r-- | tests/qos-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qos-test.c b/tests/qos-test.c index 6b1145e..ae2fb5d 100644 --- a/tests/qos-test.c +++ b/tests/qos-test.c @@ -16,8 +16,8 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/> */ -#include <getopt.h> #include "qemu/osdep.h" +#include <getopt.h> #include "libqtest.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qbool.h" |