mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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:
parent
0292c80b59
commit
0b34afa797
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue