summaryrefslogtreecommitdiff
path: root/dev-perl/Fuse/files/Fuse-0.16.1-ioctl-header.patch
blob: 4a9f6a09cc6c3a18966ececab8c1ad0a38b37909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From ecddb700c4551157fb5604c59c38eefc9a99d21b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20Roucari=C3=A8s?= <rouca@debian.org>
Date: Sun, 1 Jul 2018 22:10:44 +0200
Subject: Include ioctl header in order to close FTBFS in MIPS

Workarround a glibc bug

Forwarded: no, not-needed
---
 Fuse.xs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Fuse.xs b/Fuse.xs
index e9cce2e..4504a29 100755
--- a/Fuse.xs
+++ b/Fuse.xs
@@ -1,3 +1,5 @@
+#include <sys/ioctl.h>
+
 #define PERL_NO_GET_CONTEXT
 #include "EXTERN.h"
 #include "perl.h"