diff options
-rw-r--r-- | main/SAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index d1e8a3de19..dbc8c90dca 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -100,7 +100,7 @@ typedef struct { } sapi_request_info; -typedef struct { +typedef struct _sapi_globals_struct { void *server_context; sapi_request_info request_info; sapi_headers_struct sapi_headers; |