[vlc-devel] [PATCH 2/2] vlc_common: include limits.h for UINT_MAX, ULONG_MAX and ULLONG_MAX
KO Myung-Hun
komh78 at gmail.com
Thu Nov 23 09:17:00 CET 2017
---
include/vlc_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index a149fc2696..e5674e8fa2 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>
--
2.13.3
More information about the vlc-devel
mailing list