diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-14 14:25:58 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-14 14:25:58 -0800 |
commit | 677f03e43b47d1339e0ac223e145918e462bc0e1 (patch) | |
tree | d1dd6e89d183c9b1e3b012be6b103b4e7a6785ac /src/html | |
parent | 5f1eb2c06fa0728107edd40ff1b6c31ac5dd49a8 (diff) |
Exported some functions from buffer that are used elsewhere.
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/houdini_html_u.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/houdini_html_u.c b/src/html/houdini_html_u.c index 49b4956..b88b9d1 100644 --- a/src/html/houdini_html_u.c +++ b/src/html/houdini_html_u.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <string.h> +#include "buffer.h" #include "houdini.h" #include "utf8.h" #include "html_unescape.h" |