comparison src/xs_stil.c @ 946:f8e1de328ac1

Fix various compilation related issues, make includes more POSIX compliant, utilize autoconf detected stuff via conditionals as needed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 20:32:18 +0200
parents 37ab2fba30c8
children
comparison
equal deleted inserted replaced
945:600964060bcc 946:f8e1de328ac1
20 with this program; if not, write to the Free Software Foundation, Inc., 20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 */ 22 */
23 #include "xs_stil.h" 23 #include "xs_stil.h"
24 #include "xs_support.h" 24 #include "xs_support.h"
25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <ctype.h>
28 #include <stdarg.h>
29 25
30 26
31 /* Database handling functions 27 /* Database handling functions
32 */ 28 */
33 static gboolean xs_stildb_node_realloc(XSSTILNode *node, gint nsubTunes) 29 static gboolean xs_stildb_node_realloc(XSSTILNode *node, gint nsubTunes)