Pārlūkot izejas kodu

X11: Include limits.h for LONG_MAX

Fixes #44030.

(cherry picked from commit f1a9de9c592c4643a5cf0886d0ec5482e25212f7)
Rémi Verschelde 4 gadi atpakaļ
vecāks
revīzija
8633cbc825
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      platform/x11/os_x11.cpp

+ 1 - 0
platform/x11/os_x11.cpp

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