summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/workben/layout/editor.cxx1
-rw-r--r--toolkit/workben/layout/makefile.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/workben/layout/editor.cxx b/toolkit/workben/layout/editor.cxx
index c8e44a9c9180..0ef31560b69f 100644
--- a/toolkit/workben/layout/editor.cxx
+++ b/toolkit/workben/layout/editor.cxx
@@ -34,6 +34,7 @@
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
+#include <string.h>
#include <vector>
#include <list>
diff --git a/toolkit/workben/layout/makefile.mk b/toolkit/workben/layout/makefile.mk
index 8612992303d8..a7f1a8dfcb97 100644
--- a/toolkit/workben/layout/makefile.mk
+++ b/toolkit/workben/layout/makefile.mk
@@ -89,7 +89,7 @@ XML_FILES=\
wordcount.xml\
zoom.xml\
-TRALAY=tralay
+TRALAY=$(AUGMENT_LIBRARY_PATH) tralay
XML_LANGS=$(alllangiso)
#ALL_XMLS=$(foreach,i,$(XML_LANGS) $(foreach,j,$(XML_FILES) $i/$j))