--- hw/xfree86/os-support/shared/bios_mmap.c | 5 ++++- hw/xfree86/os-support/shared/posix_tty.c | 4 ++++ 2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/hw/xfree86/os-support/shared/bios_mmap.c b/hw/xfree86/os-support/shared/bios_mmap.c index 40afd5b..64fa370 100644 --- a/hw/xfree86/os-support/shared/bios_mmap.c +++ b/hw/xfree86/os-support/shared/bios_mmap.c @@ -25,8 +25,11 @@ #include <xorg-config.h> #endif -#include <X11/X.h> +#include <unistd.h> +#include <sys/stat.h> +#include <fcntl.h> +#include <X11/X.h> #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSlib.h" diff --git a/hw/xfree86/os-support/shared/posix_tty.c b/hw/xfree86/os-support/shared/posix_tty.c index bf1bb03..8690edc 100644 --- a/hw/xfree86/os-support/shared/posix_tty.c +++ b/hw/xfree86/os-support/shared/posix_tty.c @@ -56,6 +56,10 @@ #include <xorg-config.h> #endif +#include <unistd.h> +#include <sys/stat.h> +#include <fcntl.h> + #include <X11/X.h> #include "xf86.h" #include "xf86Priv.h" -- 1.6.3.1 _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
