1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
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

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