desktop/unx/source/splashx.c | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit cbeebc223b4e759dddb0c5ec03061b67ab88c859 Author: Norbert Thiebaud <[email protected]> Date: Sun Sep 25 16:21:19 2011 -0500 make the case not ENABLE_QUICKSTART_LIBPNG work again diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index aa8109a..9f58f0c 100755 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -781,6 +781,12 @@ struct splash* splash_create(rtl_uString* pAppPath, int argc, char** argv) #else /* not ENABLE_QUICKSTART_LIBPNG */ +#include <rtl/ustrbuf.h> + +struct splash +{ +}; + /* Stubs that will never be called in this case */ void splash_draw_progress( struct splash* splash, int progress ) { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
