mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
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)
|