mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
11 lines
230 B
Diff
11 lines
230 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"
|