projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
7e24f6e
)
* move include to top
author
Michael Wallner
<mike@php.net>
Tue, 22 Mar 2005 11:45:24 +0000
(11:45 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 22 Mar 2005 11:45:24 +0000
(11:45 +0000)
php_http.h
patch
|
blob
|
history
diff --git
a/php_http.h
b/php_http.h
index 8294b13cf3c2b363b44355ca93c9ef3aa8bbadcd..95624e5e2ef37ffa11ef402ad961ea9bbd96d4b5 100644
(file)
--- a/
php_http.h
+++ b/
php_http.h
@@
-23,6
+23,7
@@
/* make compile on Win32 */
#include "php_streams.h"
#include "ext/standard/md5.h"
+#include "phpstr/phpstr.h"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
@@
-42,8
+43,6
@@
typedef struct {
#ifdef HTTP_HAVE_CURL
-#include "phpstr/phpstr.h"
-
#ifdef PHP_WIN32
# include <winsock2.h>
#endif