comparison src/xs_stil.c @ 214:575686094eb1

Portability fixes
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:02:02 +0000
parents 7327a985aee8
children 16e3b2446a73
comparison
equal deleted inserted replaced
213:405b647cbd8d 214:575686094eb1
20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 */ 21 */
22 #include "xs_stil.h" 22 #include "xs_stil.h"
23 #include "xs_support.h" 23 #include "xs_support.h"
24 #include "xs_config.h" 24 #include "xs_config.h"
25 #include <stdlib.h>
26 #include <stdio.h> 25 #include <stdio.h>
27 #include <ctype.h> 26 #include <ctype.h>
28 #include <string.h>
29 27
30 28
31 /* 29 /*
32 * Pointer to database in memory 30 * Pointer to database in memory
33 */ 31 */