23189: Include <limits.h> for TYPE_MAX defines
authorLove Hörnquist Åstrand <lha@kth.se>
Sat, 24 May 2008 18:04:35 +0000 (18:04 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sat, 24 May 2008 18:04:35 +0000 (18:04 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/branches/heimdal-release/heimdal-1-2-branch@23192 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/hx509/ChangeLog
lib/hx509/hx_locl.h

index 1fd7d7b0baa666b31491669470474c7e2fb0492e..77e176c20ca80736d911117f6dd71259947a5d90 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-23  Love Hörnquist Åstrand  <lha@kth.se>
+
+       * hx_locl.h: Include <limits.h> for TYPE_MAX defines.
+
 2008-04-29  Love Hörnquist Åstrand  <lha@it.su.se>
 
        * sel-lex.l: Use _hx509_sel_yyerror() instead of error_message().
index adf5215a044c3952b5992ea37d6b3be0f8bca033..53fc1006ff326b76daa06cc8924e571121738b1f 100644 (file)
@@ -45,6 +45,8 @@
 #include <assert.h>
 #include <stdarg.h>
 #include <err.h>
+#include <limits.h>
+
 #include <getarg.h>
 #include <base64.h>
 #include <hex.h>