diff src/xs_stil.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 575686094eb1
children df4cb5115322
line wrap: on
line diff
--- a/src/xs_stil.c	Wed Dec 15 14:02:05 2004 +0000
+++ b/src/xs_stil.c	Wed Dec 15 14:18:00 2004 +0000
@@ -23,6 +23,7 @@
 #include "xs_support.h"
 #include "xs_config.h"
 #include <stdio.h>
+#include <stdlib.h>
 #include <ctype.h>