crc32: Fixed include path.

This commit is contained in:
Ryan C. Gordon 2020-11-16 18:48:13 -05:00
parent dfc24e05bc
commit 55e59a4f33

View File

@ -18,7 +18,7 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "../SDL_internal.h"
#include "SDL_stdinc.h"