summaryrefslogtreecommitdiff
path: root/sal/qa
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-12-19 10:42:40 +0100
committerJan Holesovsky <kendy@collabora.com>2017-12-20 20:17:48 +0100
commitfadbccc3176044b3642716f5b388a793165da05a (patch)
tree572a059ca2e1cd4a1caf53f70431ff44603bde74 /sal/qa
parentb34c0cd9ada297e9565b1a93fcaa2a96333e1881 (diff)
Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.
For me, the build failed because of a file named 'new' ;-) Change-Id: I1816ff16b1b76a833ded2b6f332553b768916cad Reviewed-on: https://gerrit.libreoffice.org/46776 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sal/qa')
-rw-r--r--sal/qa/rtl/alloc/rtl_alloc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/alloc/rtl_alloc.cxx b/sal/qa/rtl/alloc/rtl_alloc.cxx
index 6a4c1648ff53..0e9b7c0f47a8 100644
--- a/sal/qa/rtl/alloc/rtl_alloc.cxx
+++ b/sal/qa/rtl/alloc/rtl_alloc.cxx
@@ -24,7 +24,7 @@
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
-#include <sal/rtl/strimp.hxx>
+#include "../../../rtl/strimp.hxx"
#include <memory.h>