Skip to content

Commit

Permalink
Xext: include limits.h
Browse files Browse the repository at this point in the history
Is required for compilations with musl.

See ArcticaProjects/nx-libs#975 and ArcticaProjects/nx-libs#976
  • Loading branch information
uli42 authored and sunweaver committed Jan 15, 2021
1 parent 8b6d454 commit 46c9c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx-X11/programs/Xserver/Xext/xf86bigfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
Linux 2.0.x and 2.2.x define SHMLBA as PAGE_SIZE, but forget to define
PAGE_SIZE. It is defined in <asm/page.h>. */
#include <asm/page.h>
#include <limits.h>
#endif
#ifdef SVR4
#include <sys/sysmacros.h>
Expand Down

0 comments on commit 46c9c49

Please sign in to comment.