diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-02 10:01:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-02 10:02:29 +0200 |
commit | 6cbf8dacffc3946b0bd4efb1e6d0f2d4fa3874b1 (patch) | |
tree | 3197ee8c2a0ff94ca82036723832a41111ca5439 | |
parent | e3495f475e5ed2ca5f17a33301f3bf6fdbbf8cf8 (diff) |
Make function prototype visible
Change-Id: I7bc497b5acdcc270ad47bbeedff424e9332ae645
-rw-r--r-- | cppuhelper/source/findsofficepath.c | 2 |
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 |