summary refs log tree commit diff stats
path: root/backends/testdev.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:49:54 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-04 17:01:04 +0000
commit9c058332f36bc84db57f3d54566228799c5e9605 (patch)
treed7365db1cb044d34ea54a015518affc3be74bca3 /backends/testdev.c
parent2231197c87337a9778e0b2000b1ecb7d33c774b3 (diff)
downloadfocaccia-qemu-9c058332f36bc84db57f3d54566228799c5e9605.tar.gz
focaccia-qemu-9c058332f36bc84db57f3d54566228799c5e9605.zip
backends: Clean up includes
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1454089805-5470-5-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'backends/testdev.c')
-rw-r--r--backends/testdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/testdev.c b/backends/testdev.c
index 26d5c7307a..3ab1c90c1c 100644
--- a/backends/testdev.c
+++ b/backends/testdev.c
@@ -23,6 +23,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "sysemu/char.h"