diff SDL_sound.c @ 107:427541211bfd

config.h management updates.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 18:29:58 +0000
parents 72502bed0aef
children 5e5adbe0f215
line wrap: on
line diff
--- 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 <config.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>