summaryrefslogtreecommitdiffstats
path: root/qemu/ui/vnc-palette.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/ui/vnc-palette.c')
-rw-r--r--qemu/ui/vnc-palette.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/ui/vnc-palette.c b/qemu/ui/vnc-palette.c
index c130deee9..3b89d1af2 100644
--- a/qemu/ui/vnc-palette.c
+++ b/qemu/ui/vnc-palette.c
@@ -26,9 +26,9 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "vnc-palette.h"
#include <glib.h>
-#include <string.h>
static VncPaletteEntry *palette_find(const VncPalette *palette,
uint32_t color, unsigned int hash)