X11: Include limits.h for LONG_MAX
Fixes #44030.
(cherry picked from commit f1a9de9c59
)
This commit is contained in:
parent
afdf189776
commit
8633cbc825
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue