blob: ccacfcc8a90b9638747e5fafa66a75b3e8b500fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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)
|