changeset 8600 | 092802455aed |
parent 8488 | bb48911cd9c8 |
child 8611 | a762dfc67e1a |
1.1 --- a/src/thread/stdcpp/SDL_sysmutex.cpp Mon Mar 10 17:19:19 2014 -0700 1.2 +++ b/src/thread/stdcpp/SDL_sysmutex.cpp Mon Mar 10 21:21:35 2014 -0400 1.3 @@ -18,7 +18,7 @@ 1.4 misrepresented as being the original software. 1.5 3. This notice may not be removed or altered from any source distribution. 1.6 */ 1.7 -#include "SDL_config.h" 1.8 +#include "../../SDL_internal.h" 1.9 1.10 extern "C" { 1.11 #include "SDL_thread.h"