From 497233da665700079b1a6eabc22e8e5cd67b6e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 10 Sep 2003 21:54:58 +0000 Subject: [PATCH] include for ULONG_MAX noted by Wissler Magnus on heimdal-discuss git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12820 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/hdb/hdb_locl.h b/lib/hdb/hdb_locl.h index a7f8138b0..1bd6befe7 100644 --- a/lib/hdb/hdb_locl.h +++ b/lib/hdb/hdb_locl.h @@ -54,6 +54,9 @@ #ifdef HAVE_SYS_FILE_H #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif #include #include "crypto-headers.h"