- Fix win32 build

This commit is contained in:
Jani Taskinen 2008-08-25 14:10:22 +00:00
parent b1e51d0555
commit 49a3de0ace

View File

@ -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