comparison src/timidity/libtimidity/common.c @ 1942:f14d11bf9cbb

timidity: CONFIG_H define removal
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:43:45 -0500
parents a6b9946ca928
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1941:5412f8c2ec29 1942:f14d11bf9cbb
19 19
20 common.c 20 common.c
21 21
22 */ 22 */
23 23
24 #if HAVE_CONFIG_H 24 #include <config.h>
25 # include <config.h>
26 #endif
27 25
28 #include "audacious/vfs.h" 26 #include "audacious/vfs.h"
29 #include <stdlib.h> 27 #include <stdlib.h>
30 #include <string.h> 28 #include <string.h>
31 29