diff --git a/src/lceasy.h b/src/lceasy.h index c16e0ee..e64f2b4 100644 --- a/src/lceasy.h +++ b/src/lceasy.h @@ -13,6 +13,7 @@ #include "lcurl.h" #include "lcutils.h" +#include "lchttppost.h" #define LCURL_LST_INDEX(N) LCURL_##N##_LIST, #define LCURL_STR_INDEX(N) @@ -34,8 +35,6 @@ enum { #define LCURL_EASY_MAGIC 0xEA -typedef struct lcurl_hpost_tag lcurl_hpost_t; - typedef struct lcurl_easy_tag{ unsigned char magic;