CVS commit by jsgaarde: ups M +1 -0 pathutil.cpp 1.2 M +1 -1 pathutil.h 1.2 --- kdevelop/lib/util/pathutil.cpp #1.1:1.2 @@ -12,4 +12,5 @@ #include #include +#include "pathutil.h" //#include --- kdevelop/lib/util/pathutil.h #1.1:1.2 @@ -2,3 +2,3 @@ * Produce the relative path to destpath from basepath */ -static QString getRelativePath(const QString& basepath, const QString& destpath); \ No newline at end of file +extern QString getRelativePath(const QString& basepath, const QString& destpath);