libieee1284: better musl fix

This commit is contained in:
q66 2019-12-19 17:38:01 +01:00
parent 3fd6f6da37
commit 5dda008bc9

View file

@ -18,3 +18,19 @@
#include "io.h"
--- include/config.h.in
+++ include/config.h.in
@@ -39,9 +39,13 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+#if defined(__x86_64__) || defined(__i386__)
+
/* Define to 1 if you have the <sys/io.h> header file. */
#undef HAVE_SYS_IO_H
+#endif
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H