Author: hdu Date: Fri Mar 1 14:16:02 2013 New Revision: 1451597 URL: http://svn.apache.org/r1451597 Log: quota.h should be included via generic path for our MacOSX targets
Modified: openoffice/trunk/main/sal/osl/unx/file_volume.cxx Modified: openoffice/trunk/main/sal/osl/unx/file_volume.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/file_volume.cxx?rev=1451597&r1=1451596&r2=1451597&view=diff ============================================================================== --- openoffice/trunk/main/sal/osl/unx/file_volume.cxx (original) +++ openoffice/trunk/main/sal/osl/unx/file_volume.cxx Fri Mar 1 14:16:02 2013 @@ -80,8 +80,7 @@ static const sal_Char* MOUNTTAB="/etc/mt #elif defined(MACOSX) -#include <ufs/ufs/quota.h> -//#include <ctype.h> +#include <sys/quota.h> #include <sys/param.h> #include <sys/mount.h> #define HAVE_STATFS_H