comparison src/xs_length.c @ 223:16e3b2446a73

On some systems stdlib.h has prerequisite of stdio.h, corrected order of inclusion on some files to prevent problems.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 14:18:00 +0000
parents 002e314712c4
children 92bad4c7b998
comparison
equal deleted inserted replaced
222:dcf88b73e4c1 223:16e3b2446a73
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_length.h" 22 #include "xs_length.h"
23 #include "xs_support.h" 23 #include "xs_support.h"
24 #include "xs_config.h" 24 #include "xs_config.h"
25 #include <stdio.h>
25 #include <stdlib.h> 26 #include <stdlib.h>
26 #include <stdio.h>
27 #include <ctype.h> 27 #include <ctype.h>
28 #include <string.h> 28 #include <string.h>
29 29
30 30
31 /* 31 /*