Fix sdl_zoom compile problems on OpenBSD

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-07-01 18:49:34 +00:00
parent d43277c534
commit 22d091b38d
2 changed files with 2 additions and 1 deletions

View file

@ -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);