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

This commit is contained in:
Felix Janda 2015-05-18 21:30:14 +02:00
parent 4f8a9e8935
commit aede804b19

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"