diff options
Diffstat (limited to 'testing/firefox/fix-linux-include.patch')
-rw-r--r-- | testing/firefox/fix-linux-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/firefox/fix-linux-include.patch b/testing/firefox/fix-linux-include.patch new file mode 100644 index 0000000000..d625557cf9 --- /dev/null +++ b/testing/firefox/fix-linux-include.patch @@ -0,0 +1,10 @@ +--- ./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" |