Merge pull request #44038 from akien-mga/fix-44030
X11: Include limits.h for LONG_MAX
This commit is contained in:
commit
3beab2646f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
#include "servers/rendering/rasterizer_rd/rasterizer_rd.h"
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue