diff options
Diffstat (limited to 'hw/xfree86/common/xf86Debug.c')
-rw-r--r-- | hw/xfree86/common/xf86Debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Debug.c b/hw/xfree86/common/xf86Debug.c index a41d0dd75..15c267232 100644 --- a/hw/xfree86/common/xf86Debug.c +++ b/hw/xfree86/common/xf86Debug.c @@ -38,7 +38,7 @@ #include <sys/time.h> #include <unistd.h> #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSlib.h" |