diff options
Diffstat (limited to 'Source/kwsys/testSystemTools.cxx')
-rw-r--r-- | Source/kwsys/testSystemTools.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/kwsys/testSystemTools.cxx b/Source/kwsys/testSystemTools.cxx index b88a72e..32fda43 100644 --- a/Source/kwsys/testSystemTools.cxx +++ b/Source/kwsys/testSystemTools.cxx @@ -27,7 +27,9 @@ # include "kwsys_ios_iostream.h.in" #endif -#include "testSystemTools.h" +// Include with <> instead of "" to avoid getting any in-source copy +// left on disk. +#include <testSystemTools.h> #include <string.h> /* strcmp */ |