X11: Include limits.h for LONG_MAX

Fixes #44030.

(cherry picked from commit f1a9de9c59)
This commit is contained in:
Rémi Verschelde 2020-12-02 15:43:29 +01:00
parent afdf189776
commit 8633cbc825
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -45,6 +45,7 @@
#endif
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>