Include <limits.h> for TYPE_MAX defines.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23189 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-05-23 15:04:27 +00:00
parent 540bb97fa3
commit afe652bd26

View File

@@ -45,6 +45,8 @@
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
#include <err.h> #include <err.h>
#include <limits.h>
#include <getarg.h> #include <getarg.h>
#include <base64.h> #include <base64.h>
#include <hex.h> #include <hex.h>