mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Fix sdl_zoom compile problems on OpenBSD
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d43277c534
commit
22d091b38d
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "sdl_zoom.h"
|
||||
#include "osdep.h"
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static int sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth,
|
||||
SDL_Rect *dst_rect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue