diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-25 16:21:19 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-25 16:21:19 -0500 |
commit | cbeebc223b4e759dddb0c5ec03061b67ab88c859 (patch) | |
tree | 7401ef2329d4cb2ab77591acf5383d57b7f2e42b /desktop | |
parent | 6985b28d533c1324896a1647304499c23e553239 (diff) |
make the case not ENABLE_QUICKSTART_LIBPNG work again
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/unx/source/splashx.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index aa8109a033b9..9f58f0c85f06 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 ) { |