diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-15 19:28:33 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-16 14:23:20 -0700 |
| commit | 62729b7382625598754993e1a4055d687872d33e (patch) | |
| tree | d3c7bb57ac16b3e6347c4f402b93f8db456ebb32 /extra/libfuse/patch | |
| parent | 78c4cc0023cd0e9e6df03a07f396017da48e336c (diff) | |
libfuse: Fix poll.h include
Diffstat (limited to 'extra/libfuse/patch')
| -rw-r--r-- | extra/libfuse/patch/0001-Fix-poll.h-include.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/libfuse/patch/0001-Fix-poll.h-include.patch b/extra/libfuse/patch/0001-Fix-poll.h-include.patch new file mode 100644 index 00000000..193a7b12 --- /dev/null +++ b/extra/libfuse/patch/0001-Fix-poll.h-include.patch @@ -0,0 +1,25 @@ +From 8926abd905339e40bf096c904d900caa42e3262f Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Fri, 15 Jul 2016 19:21:28 -0700 +Subject: [PATCH] Fix poll.h include + +--- + lib/mount.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/mount.c b/lib/mount.c +index 227a408..0fc7d15 100644 +--- a/lib/mount.c ++++ b/lib/mount.c +@@ -20,7 +20,7 @@ + #include <string.h> + #include <fcntl.h> + #include <errno.h> +-#include <sys/poll.h> ++#include <poll.h> + #include <sys/socket.h> + #include <sys/un.h> + #include <sys/wait.h> +-- +2.9.1 + |
