diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-04-30 10:57:31 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-04-30 10:57:31 +0000 |
commit | 9eaffbfcb0ca000370dec9c6e909e60c38a77d79 (patch) | |
tree | df10714ad1fb21bffed744ad3ac4a70340669e65 /ext/dotnet/dotnet.cpp | |
parent | cdbe5f50b090f4760e216d504034ab521d2fd611 (diff) | |
download | php-git-9eaffbfcb0ca000370dec9c6e909e60c38a77d79.tar.gz |
make dotnet module build again & fix dsp ouput dir
Diffstat (limited to 'ext/dotnet/dotnet.cpp')
-rw-r--r-- | ext/dotnet/dotnet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dotnet/dotnet.cpp b/ext/dotnet/dotnet.cpp index 8ad7f6bc7c..fc9e2ef678 100644 --- a/ext/dotnet/dotnet.cpp +++ b/ext/dotnet/dotnet.cpp @@ -38,11 +38,11 @@ extern "C" { /* this should be included in the includes itself !! */ #include "php.h" #include "ext/standard/info.h" +#include "../com/conversion.h" +#include "../com/php_COM.h" } -#include "../com/conversion.h" -#include "../com/php_COM.h" #include "Mscoree.h" #include "mscorlib.h" |