Commit 953122c1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Add limits.h to fix Win32 and MacOS X compilation (sorry for the breakage).

parent ceca0b46
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
# include "config.h" # include "config.h"
#endif #endif
#include <limits.h>
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_config.h> #include <vlc_config.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment