summaryrefslogtreecommitdiffstats
path: root/libs/libnfc/patches/fix-musl.patch
blob: 6d5858d7ca9b234021ec560eda5795d0f3e5003b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Origin: Void Linux

--- a/libnfc/buses/spi.c	2015-09-02 23:53:39.609374047 +0200
+++ b/libnfc/buses/spi.c	2015-09-02 23:53:44.994373644 +0200
@@ -51,6 +51,7 @@
 #include <stdio.h>
 #include <termios.h>
 #include <unistd.h>
+#include <asm/ioctl.h>
 
 #include <nfc/nfc.h>
 #include "nfc-internal.h"