cppuhelper/source/findsofficepath.c | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 6cbf8dacffc3946b0bd4efb1e6d0f2d4fa3874b1 Author: Stephan Bergmann <[email protected]> Date: Wed Apr 2 10:01:17 2014 +0200 Make function prototype visible Change-Id: I7bc497b5acdcc270ad47bbeedff424e9332ae645 diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c index 1c24d80..1bd7368 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -22,6 +22,8 @@ #include <stdlib.h> #include <string.h> +#include <cppuhelper/findsofficepath.h> + #if defined WNT #define WIN32_LEAN_AND_MEAN _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
