mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Change order to avoid system prototype mismatch (sprint is defined to
php_sprintf by php_config.h)
This commit is contained in:
parent
2e07f02451
commit
931bbca113
@ -18,9 +18,9 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#include "php_config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include "php_config.h"
|
||||
|
||||
#if BROKEN_SPRINTF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user