sys/io.h -> asm/io.h (more portable) - fixes bug #109048

Original commit message from CVS:
sys/io.h -> asm/io.h (more portable) - fixes bug #109048
This commit is contained in:
Ronald S. Bultje 2003-04-04 19:32:49 +00:00
parent 0292c80b59
commit 0b34afa797
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef TESTING
#include <errno.h>
#endif
#include <sys/io.h>
#include <asm/io.h>
#include <sys/time.h>
#include <sys/types.h>

View file

@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef TESTING
#include <errno.h>
#endif
#include <sys/io.h>
#include <asm/io.h>
#include <sys/time.h>
#include <sys/types.h>