void-packages/srcpkgs/firefox/patches/fix-linux-include.patch
Juan RP 02107ebc71 firefox: unbreak build; merge patches from Alpine for musl.
... and still the musl build is incomplete.
2015-06-11 18:59:32 +02:00

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"