aports/testing/firefox/fix-linux-include.patch
2015-03-06 10:17:07 +00:00

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"