Merge pull request #44038 from akien-mga/fix-44030

X11: Include limits.h for LONG_MAX
This commit is contained in:
Rémi Verschelde 2020-12-02 16:00:20 +01:00 committed by GitHub
commit 3beab2646f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>