Skip to content

Commit 3b714ee

Browse files
author
Jani Taskinen
committed
MFH: fix build on win32
1 parent 505ad55 commit 3b714ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/crypt_freesec.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
#ifndef _CRYPT_FREESEC_H
44
#define _CRYPT_FREESEC_H
55

6-
#include "php_config.h"
7-
86
#if PHP_WIN32
97
# include "win32/php_stdint.h"
108
#else
9+
# include "php_config.h"
1110
# if HAVE_INTTYPES_H
1211
# include <inttypes.h>
1312
# elif HAVE_STDINT_H

0 commit comments

Comments
 (0)