Skip to content

Commit

Permalink
1.2 stdlib: include SDL_config.h so we can see if HAVE_QSORT is actua…
Browse files Browse the repository at this point in the history
…lly set.
  • Loading branch information
icculus committed Mar 30, 2016
1 parent 80ae1b4 commit 3d0f25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stdlib/SDL_qsort.c
Expand Up @@ -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
Expand Down

0 comments on commit 3d0f25b

Please sign in to comment.