changeset 5017:a9a3b9852a4a

SDL_atomic.h is safe to include in the main header now.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jan 2011 14:08:00 -0800
parents cc879bc6c4cf
children 342b158efbbe
files include/SDL.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL.h	Mon Jan 17 14:07:15 2011 -0800
+++ b/include/SDL.h	Mon Jan 17 14:08:00 2011 -0800
@@ -76,6 +76,7 @@
 
 #include "SDL_main.h"
 #include "SDL_stdinc.h"
+#include "SDL_atomic.h"
 #include "SDL_audio.h"
 #include "SDL_clipboard.h"
 #include "SDL_cpuinfo.h"