]> git.proxmox.com Git - mirror_qemu.git/blobdiff - io/task.c
hw/riscv: spike: Remove misleading comments
[mirror_qemu.git] / io / task.c
index 1ae7b864881a41669d4a3a924c418ed6f9107de1..451f26f8b4959eb1041cd7bc7d3e3803799a021c 100644 (file)
--- a/io/task.c
+++ b/io/task.c
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,6 +22,7 @@
 #include "io/task.h"
 #include "qapi/error.h"
 #include "qemu/thread.h"
+#include "qom/object.h"
 #include "trace.h"
 
 struct QIOTaskThreadData {