diff 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
line wrap: on
line diff
--- a/src/xs_length.c	Wed Dec 15 14:02:05 2004 +0000
+++ b/src/xs_length.c	Wed Dec 15 14:18:00 2004 +0000
@@ -22,8 +22,8 @@
 #include "xs_length.h"
 #include "xs_support.h"
 #include "xs_config.h"
+#include <stdio.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <ctype.h>
 #include <string.h>