diff src/SDL_assert.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents f7b03b6838cb
children 8e8876e4aec6
line wrap: on
line diff
--- a/src/SDL_assert.c	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/SDL_assert.c	Sat Jun 26 08:56:48 2010 -0700
@@ -22,6 +22,7 @@
 
 #include "SDL.h"
 #include "SDL_assert.h"
+#include "SDL_assert_c.h"
 #include "video/SDL_sysvideo.h"
 
 #ifdef _WINDOWS