Skip to content

Commit

Permalink
Fix include path compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Feb 4, 2019
1 parent 9a98dcc commit 9292dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_surface.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 9292dc7

Please sign in to comment.