mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
libieee1284 is a cross-platform library for parallel port access http://cyberelk.net/tim/libieee1284
11 lines
182 B
Diff
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)
|