mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- fix build
This commit is contained in:
parent
8480b7f4be
commit
f027884ca1
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,6 @@
|
|||
|
||||
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
|
||||
|
||||
#include "php_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
|
@ -30,6 +28,8 @@
|
|||
#include "win32/time.h"
|
||||
#include "win32/signal.h"
|
||||
#include "win32/php_registry.h"
|
||||
#else
|
||||
# include "php_config.h"
|
||||
#endif
|
||||
|
||||
#ifdef __riscos__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue