From 1cc429b054fd7f5215a098eade1589e21272fd7f Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 15 May 1997 14:01:41 +0000 Subject: [PATCH] Include if it's available. CVS patchset: 1627 CVS date: 1997/05/15 14:01:41 --- misc/miscfn.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/miscfn.h b/misc/miscfn.h index 7aa7d31..eda235e 100644 --- a/misc/miscfn.h +++ b/misc/miscfn.h @@ -50,4 +50,8 @@ extern void *myrealloc(void *, size_t); #include #endif +#if HAVE_LIMITS_H +#include +#endif + #endif -- 2.7.4