mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: fix build on win32
This commit is contained in:
parent
505ad55773
commit
3b714ee113
1 changed files with 1 additions and 2 deletions
|
@ -3,11 +3,10 @@
|
|||
#ifndef _CRYPT_FREESEC_H
|
||||
#define _CRYPT_FREESEC_H
|
||||
|
||||
#include "php_config.h"
|
||||
|
||||
#if PHP_WIN32
|
||||
# include "win32/php_stdint.h"
|
||||
#else
|
||||
# include "php_config.h"
|
||||
# if HAVE_INTTYPES_H
|
||||
# include <inttypes.h>
|
||||
# elif HAVE_STDINT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue