vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

strings.h should be string.h in render/xhtml.c:21 #4

Closed shaunlee closed 13 years ago

shaunlee commented 13 years ago

It should be string.h but strings.h in render/xhtml.c:21

cc1: warnings being treated as errors
render/xhtml.c: In function ‘ups_toc_renderer’:
render/xhtml.c:711: error: implicit declaration of function ‘memcpy’
render/xhtml.c:711: error: incompatible implicit declaration of built-in function ‘memcpy’
badboy commented 13 years ago

mentioned in #1 too.

vmg commented 13 years ago

Cheers, fixed.