# HG changeset patch # User Ryan C. Gordon # Date 1002133798 0 # Node ID 427541211bfdd2a379a7c74c1a59e40c324d3796 # Parent 40de367eb59e2c407135ea1f9683c7b72bfa1399 config.h management updates. diff -r 40de367eb59e -r 427541211bfd SDL_sound.c --- a/SDL_sound.c Wed Oct 03 18:29:32 2001 +0000 +++ b/SDL_sound.c Wed Oct 03 18:29:58 2001 +0000 @@ -28,6 +28,9 @@ * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) */ +#if HAVE_CONFIG_H +# include +#endif #include #include diff -r 40de367eb59e -r 427541211bfd SDL_sound_internal.h --- a/SDL_sound_internal.h Wed Oct 03 18:29:32 2001 +0000 +++ b/SDL_sound_internal.h Wed Oct 03 18:29:58 2001 +0000 @@ -33,10 +33,6 @@ #error Do not include this header from your applications. #endif -#if HAVE_CONFIG_H -# include -#endif - #include "SDL.h" #if (defined DEBUG_CHATTER)