$NetBSD: patch-ab,v 1.3 2005/01/11 10:29:49 wiz Exp $ --- src/tuxpaint.c.orig 2004-10-04 00:32:42.000000000 +0200 +++ src/tuxpaint.c @@ -172,7 +172,7 @@ extern char* g_win32_getlocale(void); #endif #include "SDL_image.h" -#ifndef _IMG_h +#ifndef _SDL_IMAGE_H #error "---------------------------------------------------" #error "If you installed SDL_image from a package, be sure" #error "to get the development package, as well!" @@ -181,7 +181,7 @@ extern char* g_win32_getlocale(void); #endif #include "SDL_ttf.h" -#ifndef _SDLttf_h +#ifndef _SDL_TTF_H #error "---------------------------------------------------" #error "If you installed SDL_ttf from a package, be sure" #error "to get the development package, as well!" @@ -191,7 +191,7 @@ extern char* g_win32_getlocale(void); #ifndef NOSOUND #include "SDL_mixer.h" -#ifndef _MIXER_H_ +#ifndef _SDL_MIXER_H #error "---------------------------------------------------" #error "If you installed SDL_mixer from a package, be sure" #error "to get the development package, as well!"