diff -r bb3241de289e -r e27bdcc80744 src/video/SDL_sysvideo.h --- a/src/video/SDL_sysvideo.h Wed Apr 23 06:27:10 2008 +0000 +++ b/src/video/SDL_sysvideo.h Tue Jun 10 06:45:39 2008 +0000 @@ -370,6 +370,9 @@ #if SDL_VIDEO_DRIVER_DUMMY extern VideoBootStrap DUMMY_bootstrap; #endif +#if SDL_VIDEO_DRIVER_NDS +extern VideoBootStrap NDS_bootstrap; +#endif #define SDL_CurrentDisplay (_this->displays[_this->current_display])