summaryrefslogtreecommitdiff
path: root/crypto/desrfb.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:16:55 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:22 +0000
commit42f7a448dbc5d550b1d7f0ee6b622acccaed1d12 (patch)
treed8d6bebe5d5deb9d7f2efdb0b997c56745f6dcfc /crypto/desrfb.c
parent1393a48526078cda985759c459de9bc803e0e4fe (diff)
downloadqemu-42f7a448dbc5d550b1d7f0ee6b622acccaed1d12.tar.gz
crypto: 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: 1453832250-766-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'crypto/desrfb.c')
-rw-r--r--crypto/desrfb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/desrfb.c b/crypto/desrfb.c
index fc20a30dfe..ec47dea3bb 100644
--- a/crypto/desrfb.c
+++ b/crypto/desrfb.c
@@ -26,6 +26,7 @@
* (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
*/
+#include "qemu/osdep.h"
#include "crypto/desrfb.h"
static void scrunch(unsigned char *, unsigned long *);