[Libreoffice-commits] core.git: cppuhelper/source

Stephan Bergmann sbergman at redhat.com
Wed Apr 2 01:03:02 PDT 2014


 cppuhelper/source/findsofficepath.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6cbf8dacffc3946b0bd4efb1e6d0f2d4fa3874b1
Author: Stephan Bergmann <sbergman at redhat.com>
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


More information about the Libreoffice-commits mailing list