summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-21 01:22:31 +0000
committerSascha Schumann <sas@php.net>1999-12-21 01:22:31 +0000
commit931bbca113924d498ec6fb43ed9e3fb844a64d5c (patch)
tree375015ef8ec8f3de2facb7f401b99ea1f1e121c5 /main
parent2e07f02451c81d17bf1c0f8cf014283fc1e8af7e (diff)
downloadphp-git-931bbca113924d498ec6fb43ed9e3fb844a64d5c.tar.gz
Change order to avoid system prototype mismatch (sprint is defined to
php_sprintf by php_config.h)
Diffstat (limited to 'main')
-rw-r--r--main/php_sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_sprintf.c b/main/php_sprintf.c
index 24b9bf15fd..06d714c355 100644
--- a/main/php_sprintf.c
+++ b/main/php_sprintf.c
@@ -18,9 +18,9 @@
/* $Id$ */
-#include "php_config.h"
#include <stdio.h>
#include <stdarg.h>
+#include "php_config.h"
#if BROKEN_SPRINTF