vlc | branch: master | KO Myung-Hun <kom...@gmail.com> | Thu Nov 23 17:17:00 
2017 +0900| [82da9eeee2c2e8a26c4400716d1a299f9ec77a03] | committer: Hugo 
Beauzée-Luyssen

vlc_common: include limits.h for UINT_MAX, ULONG_MAX and ULLONG_MAX

Signed-off-by: Hugo Beauzée-Luyssen <h...@beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82da9eeee2c2e8a26c4400716d1a299f9ec77a03
---

 include/vlc_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 925c15fc2e..6364afd44f 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -47,6 +47,7 @@
 #include <stdio.h>
 #include <inttypes.h>
 #include <stddef.h>
+#include <limits.h>
 
 #ifndef __cplusplus
 # include <stdbool.h>

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to