Fix include path compilation

Sylvain Becker 2019-02-04 08:43:37 +01:00
parent 9a98dcc516
commit 9292dc7ca1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "SDL_RLEaccel_c.h"
#include "SDL_pixels_c.h"
#include "SDL_yuv_c.h"
#include "../../cpuinfo/SDL_simd.h"
#include "../cpuinfo/SDL_simd.h"
/* Check to make sure we can safely check multiplication of surface w and pitch and it won't overflow size_t */