- make this class usable, mostly by fixing typos
[m6w6/ext-http] / http_request_body_api.c
index e7fe1c81c9250abd91b87f61c527f302f5e2f4ac..dd76edb47053b18d52b03499464f72f08059b43b 100644 (file)
 
 /* $Id$ */
 
-#ifdef HAVE_CONFIG_H
-#      include "config.h"
-#endif
-
 #define HTTP_WANT_CURL
 #include "php_http.h"
 
@@ -34,6 +30,7 @@ PHP_HTTP_API http_request_body *_http_request_body_init_ex(http_request_body *bo
        
        body->type = type;
        body->free = free;
+       body->priv = 0;
        body->data = data;
        body->size = size;