--- markdown_peg.h +++ markdown_peg.h @@ -2,7 +2,7 @@ #include "markdown_lib.h" #include -extern char *strdup(const char *string); +//extern char *strdup(const char *string); /* Information (label, URL and title) for a link. */ struct Link {