diff options
Diffstat (limited to 'crypto/desrfb.c')
-rw-r--r-- | crypto/desrfb.c | 1 |
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 *); |