mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
This commit is contained in:
parent
4fafba61d5
commit
d6337c8324
8 changed files with 17 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/limits.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xprotostr.h>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/limits.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xprotostr.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue