Skip to content

Commit d2d771f

Browse files
committed
Fix. do not use forward declaration to support gcc 4.4.7
1 parent a0a0cac commit d2d771f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lceasy.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include "lcurl.h"
1515
#include "lcutils.h"
16+
#include "lchttppost.h"
1617

1718
#define LCURL_LST_INDEX(N) LCURL_##N##_LIST,
1819
#define LCURL_STR_INDEX(N)
@@ -34,8 +35,6 @@ enum {
3435

3536
#define LCURL_EASY_MAGIC 0xEA
3637

37-
typedef struct lcurl_hpost_tag lcurl_hpost_t;
38-
3938
typedef struct lcurl_easy_tag{
4039
unsigned char magic;
4140

0 commit comments

Comments
 (0)