Skip to content

Commit 96495c9

Browse files
authored
Merge pull request #142 from moteus/fix_url_forward_declaration
Fix. Undef forward declaration in the lceasy.h file.
2 parents e0b1d2e + 3497feb commit 96495c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lceasy.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ size_t lcurl_read_callback(lua_State *L,
111111
#ifdef lcurl_mime_t
112112
#undef lcurl_mime_t
113113
#endif
114+
#ifdef lcurl_url_t
115+
#undef lcurl_url_t
116+
#endif
114117
#endif
115118

116119
#endif

0 commit comments

Comments
 (0)