summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-25 14:10:38 +0000
committerJani Taskinen <jani@php.net>2008-08-25 14:10:38 +0000
commit3b714ee11320dfa205ff00936c5cd1fc36159ac2 (patch)
tree8150bd7fdec55372eef27c593c61b7ad95d15888
parent505ad55773f514a8ddc228212850f3be95a05a82 (diff)
downloadphp-git-3b714ee11320dfa205ff00936c5cd1fc36159ac2.tar.gz
MFH: fix build on win32
-rw-r--r--ext/standard/crypt_freesec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h
index f4a63d1630..22c391a3ef 100644
--- a/ext/standard/crypt_freesec.h
+++ b/ext/standard/crypt_freesec.h
@@ -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