X11: Include limits.h for LONG_MAX

Fixes #44030.
This commit is contained in:
Rémi Verschelde 2020-12-02 15:43:29 +01:00
parent d1231be1c8
commit f1a9de9c59
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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>