diff SDL_sound_internal.h @ 100:6d9fdec2f708

added config.h, added --enable-debug flag, various other changes to the build system
author fingolfin
date Wed, 03 Oct 2001 12:25:34 +0000
parents b13fafb976be
children 427541211bfd
line wrap: on
line diff
--- a/SDL_sound_internal.h	Tue Oct 02 17:54:16 2001 +0000
+++ b/SDL_sound_internal.h	Wed Oct 03 12:25:34 2001 +0000
@@ -33,6 +33,10 @@
 #error Do not include this header from your applications.
 #endif
 
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "SDL.h"
 
 #if (defined DEBUG_CHATTER)