changeset 21911:e86bb13ec44b

demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function) patch by Carl Eugen Hoyos, cehoyos ag.or at
author diego
date Mon, 15 Jan 2007 04:57:43 +0000
parents 36a474903e8a
children 6a8f5bbe3687
files libmpdemux/demux_rtp_codec.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_codec.cpp	Sun Jan 14 23:16:27 2007 +0000
+++ b/libmpdemux/demux_rtp_codec.cpp	Mon Jan 15 04:57:43 2007 +0000
@@ -3,6 +3,7 @@
 
 #include "demux_rtp_internal.h"
 extern "C" {
+#include <limits.h>
 #include "stheader.h"
 }