Bug 1152176 - xpcom: Define linux kernel BLOCK_SIZE if necessary. r=nfroyd

--HG--
extra : rebase_source : e706a9d1f672cce26991f9b348c85956219a36ce
This commit is contained in:
Felix Janda 2015-05-18 21:30:14 +02:00
parent 809e5ded8b
commit 058b46c6b4

View File

@ -28,6 +28,9 @@
#define USE_LINUX_QUOTACTL
#include <sys/mount.h>
#include <sys/quota.h>
#ifndef BLOCK_SIZE
#define BLOCK_SIZE 1024 /* kernel block size */
#endif
#endif
#include "xpcom-private.h"