mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 22:45:10 +02:00
10 lines
226 B
Diff
10 lines
226 B
Diff
--- xpcom/io/nsLocalFileUnix.cpp.orig
|
|
+++ xpcom/io/nsLocalFileUnix.cpp
|
|
@@ -28,6 +28,7 @@
|
|
#define USE_LINUX_QUOTACTL
|
|
#include <sys/mount.h>
|
|
#include <sys/quota.h>
|
|
+#include <linux/fs.h>
|
|
#endif
|
|
|
|
#include "xpcom-private.h"
|