Skip to content

Commit

Permalink
SDL_qsort in SDL 1.2 needs to use the system includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 30, 2016
1 parent 24621a7 commit 575d9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stdlib/SDL_qsort.c
Expand Up @@ -129,12 +129,12 @@ benefit!
* comments. No code changes.
*/

/* BEGIN SDL CHANGE ... commented this out with an #if 0 block. --ryan. */
#if 0
#include <assert.h>
#include <stdlib.h>
#include <string.h>

/* BEGIN SDL CHANGE ... commented this out with an #if 0 block. --ryan. */
#if 0
#define DEBUG_QSORT

static char _ID[]="<qsort.c gjm 1.14 2016-02-21>";
Expand Down

0 comments on commit 575d9f8

Please sign in to comment.