diff options
Diffstat (limited to 'testing/libieee1284/include.patch')
-rw-r--r-- | testing/libieee1284/include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/libieee1284/include.patch b/testing/libieee1284/include.patch new file mode 100644 index 0000000000..ccacfcc8a9 --- /dev/null +++ b/testing/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) |