mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 22:20:16 +01:00
os: test for userland, not kernel
It doesn't matter which kernel we're running on, the relevant part when dealing with includes is what our userland is.
This commit is contained in:
parent
83080809f9
commit
c1674660a7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef __linux__
|
||||
#ifndef __GLIBC__
|
||||
#include <time.h>
|
||||
#else
|
||||
/* The world's most shocking hack, to ensure we get clock_gettime() and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue