[vlc-commits] vlc_common: include limits.h for UINT_MAX, ULONG_MAX and ULLONG_MAX
KO Myung-Hun
git at videolan.org
Thu Nov 23 13:39:27 CET 2017
vlc | branch: master | KO Myung-Hun <komh78 at 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 <hugo at 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>
More information about the vlc-commits
mailing list