Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOX
Change-Id: I401679ae6cbc8f924126589cfb9f22fb244e7da2
This commit is contained in:
parent
b06edd5a07
commit
ca7f30506c
@ -17,8 +17,14 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <config_features.h>
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#if HAVE_FEATURE_MACOSX_SANDBOX
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include <com/sun/star/beans/IllegalTypeException.hpp>
|
||||
#include <com/sun/star/beans/NotRemoveableException.hpp>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
@ -35,7 +41,6 @@
|
||||
#include <com/sun/star/ucb/NameClash.hpp>
|
||||
#include <com/sun/star/ucb/OpenCommandArgument.hpp>
|
||||
#include <com/sun/star/ucb/Store.hpp>
|
||||
#include <config_features.h>
|
||||
#include <rtl/uri.hxx>
|
||||
|
||||
#include "filtask.hxx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user