- include missing.h in http.c for static property fixup
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 444341e634a03e3e10480a302cd89aa813606a7f..990c008873ec6b7596dac373ab9c3abc35b5dbf7 100644 (file)
--- a/http.c
+++ b/http.c
@@ -44,6 +44,7 @@
 #      include "php_http_exception_object.h"
 #endif
 
+#include "missing.h"
 #include "phpstr/phpstr.h"
 
 #ifdef HTTP_HAVE_CURL