From: Remi Collet Date: Fri, 9 Mar 2012 16:08:04 +0000 (+0000) Subject: Fix error: redefinition of typedef 'php_http_message_t' during RHEL build X-Git-Tag: DEV_2-before-client~26 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0e89d506db19cab9581a7317e0494001941a8c70;hp=0fe8d2c42e06a74877aa289805184fccac8be1fa Fix error: redefinition of typedef 'php_http_message_t' during RHEL build --- diff --git a/php_http_message.h b/php_http_message.h index 8c6c554..627e2b9 100644 --- a/php_http_message.h +++ b/php_http_message.h @@ -25,7 +25,6 @@ } typedef php_http_info_type_t php_http_message_type_t; -typedef struct php_http_message php_http_message_t; struct php_http_message { PHP_HTTP_INFO_IMPL(http, type)