[xiph-commits] r16117 - branches/theora-thusnelda/lib
giles at svn.xiph.org
giles at svn.xiph.org
Sat Jun 13 23:45:45 PDT 2009
Author: giles
Date: 2009-06-13 23:45:44 -0700 (Sat, 13 Jun 2009)
New Revision: 16117
Modified:
branches/theora-thusnelda/lib/internal.h
Log:
Include limits.h internally for INT_MAX.
Modified: branches/theora-thusnelda/lib/internal.h
===================================================================
--- branches/theora-thusnelda/lib/internal.h 2009-06-14 06:40:15 UTC (rev 16116)
+++ branches/theora-thusnelda/lib/internal.h 2009-06-14 06:45:44 UTC (rev 16117)
@@ -17,6 +17,7 @@
#if !defined(_internal_H)
# define _internal_H (1)
# include <stdlib.h>
+# include <limits.h>
# if defined(HAVE_CONFIG_H)
# include <config.h>
# endif
More information about the commits
mailing list