From 9f7cf6c8e50d4eadd2aac2d2bec675f7d8d78d07 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 16 Nov 2012 13:50:31 +0100 Subject: correct include order and include languagetag.hxx Change-Id: If7b7d10765faba62907eca35f77b8e8d4a1e9391 --- unotools/Library_utl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'unotools/Library_utl.mk') diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 7dafedab43ea..ba344946e3a3 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) # add any additional include paths for this library here $(eval $(call gb_Library_set_include,utl,\ + -I$(SRCDIR)/unotools/inc \ $$(INCLUDE) \ )) -- cgit