comparison 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
comparison
equal deleted inserted replaced
106:40de367eb59e 107:427541211bfd
26 * Please see the file LICENSE in the source's root directory. 26 * Please see the file LICENSE in the source's root directory.
27 * 27 *
28 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) 28 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
29 */ 29 */
30 30
31 #if HAVE_CONFIG_H
32 # include <config.h>
33 #endif
31 34
32 #include <stdio.h> 35 #include <stdio.h>
33 #include <stdlib.h> 36 #include <stdlib.h>
34 #include <string.h> 37 #include <string.h>
35 #include <assert.h> 38 #include <assert.h>