summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-02 10:01:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-02 10:02:29 +0200
commit6cbf8dacffc3946b0bd4efb1e6d0f2d4fa3874b1 (patch)
tree3197ee8c2a0ff94ca82036723832a41111ca5439 /cppuhelper
parente3495f475e5ed2ca5f17a33301f3bf6fdbbf8cf8 (diff)
Make function prototype visible
Change-Id: I7bc497b5acdcc270ad47bbeedff424e9332ae645
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/findsofficepath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c
index 1c24d802b73f..1bd73684787f 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