summaryrefslogtreecommitdiff
path: root/user/libieee1284/include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/libieee1284/include.patch')
-rw-r--r--user/libieee1284/include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/libieee1284/include.patch b/user/libieee1284/include.patch
new file mode 100644
index 000000000..ccacfcc8a
--- /dev/null
+++ b/user/libieee1284/include.patch
@@ -0,0 +1,11 @@
+--- a/src/access_io.c
++++ b/src/access_io.c
+@@ -50,7 +50,7 @@
+ #ifdef HAVE_LINUX
+
+ #ifdef HAVE_SYS_IO_H
+-#include <sys/io.h>
++#include "io.h"
+ #endif
+
+ #elif defined(HAVE_SOLARIS)