diff test/automated/rwops/rwops.c @ 3481:c32c53fca10d

Fixed include paths for Visual C++
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Nov 2009 06:42:58 +0000
parents 22ac66da0765
children 78db4f7ae2f3
line wrap: on
line diff
--- a/test/automated/rwops/rwops.c	Sun Nov 22 06:37:43 2009 +0000
+++ b/test/automated/rwops/rwops.c	Sun Nov 22 06:42:58 2009 +0000
@@ -8,7 +8,7 @@
 
 
 #include "SDL.h"
-#include "SDL_at.h"
+#include "../SDL_at.h"
 
 
 #define RWOPS_READ      "rwops/read"