From 3d0f25beb6f4036bf5106fb59ad7f7916455c786 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 30 Mar 2016 13:30:59 -0400 Subject: [PATCH] 1.2 stdlib: include SDL_config.h so we can see if HAVE_QSORT is actually set. --- src/stdlib/SDL_qsort.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stdlib/SDL_qsort.c b/src/stdlib/SDL_qsort.c index 1e63de657..44958c7b0 100644 --- a/src/stdlib/SDL_qsort.c +++ b/src/stdlib/SDL_qsort.c @@ -19,6 +19,8 @@ 3. This notice may not be removed or altered from any source distribution. */ +#include "SDL_config.h" + #ifndef HAVE_QSORT #ifdef assert