From 3497febbe72418af880d54e5c8b6cb6f79379f4f Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Sat, 6 Apr 2019 13:36:43 +0300 Subject: [PATCH] Fix. Undef forward declaration in the lceasy.h file. --- src/lceasy.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lceasy.h b/src/lceasy.h index 3c244ee..3cd4a47 100644 --- a/src/lceasy.h +++ b/src/lceasy.h @@ -111,6 +111,9 @@ size_t lcurl_read_callback(lua_State *L, #ifdef lcurl_mime_t #undef lcurl_mime_t #endif +#ifdef lcurl_url_t +#undef lcurl_url_t +#endif #endif #endif