aports/testing/libieee1284/include.patch
Valery Kartel 04a497c245 testing/libieee1284: new aport
libieee1284 is a cross-platform library for parallel port access
http://cyberelk.net/tim/libieee1284
2017-07-25 15:32:45 +00:00

12 lines
182 B
Diff

--- 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)