From cef5752a742b5155b4a8b1c2dbdea4f1f8d32879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 16 Apr 2003 20:05:39 +0000 Subject: [PATCH] include git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12074 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index a2cb298cd..1b2fdbe87 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -78,6 +78,9 @@ #ifdef HAVE_NETDB_H #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif #include #ifdef HAVE_SYS_PARAM_H