From e8e3368298c98a1292bb1c727e2f3d56539e2eac Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Mon, 17 Aug 2015 20:25:53 +0200 Subject: [PATCH] On linux use instead of is obsolete. Using instead fixes building with musl libc. Reviewed-by: Adam Jackson Signed-off-by: Felix Janda --- hw/xfree86/os-support/xf86_OSlib.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index 6190fe6a0..95c3a7365 100644 --- a/hw/xfree86/os-support/xf86_OSlib.h +++ b/hw/xfree86/os-support/xf86_OSlib.h @@ -183,11 +183,7 @@ extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX]; #include #include -#ifdef __linux__ -#include -#else /* __GLIBC__ */ #include -#endif #ifdef __sparc__ #include #endif