summaryrefslogtreecommitdiffhomepage
path: root/libs/web/src/template_lualib.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-12 22:37:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-12 22:37:50 +0000
commit09e71acf6baa4597bc0948046c3983a8ac2bda09 (patch)
tree8e8244307c94501e091c51654250adc62486df57 /libs/web/src/template_lualib.h
parent98d72baa347c26ebff9f24764564f836276638b1 (diff)
libs/web: add UTF-8 validation and pcdata escaping C routines to template parser
Diffstat (limited to 'libs/web/src/template_lualib.h')
-rw-r--r--libs/web/src/template_lualib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/src/template_lualib.h b/libs/web/src/template_lualib.h
index de915e1a2..d628b9dce 100644
--- a/libs/web/src/template_lualib.h
+++ b/libs/web/src/template_lualib.h
@@ -20,6 +20,7 @@
#define _TEMPLATE_LUALIB_H_
#include "template_parser.h"
+#include "template_utils.h"
#define TEMPLATE_LUALIB_META "template.parser"