Include limits.h (if it exists), which defines NAME_MAX on some

systems.
This commit is contained in:
Wayne Davison
2005-09-21 17:38:44 +00:00
parent 1348267518
commit ea8291d8f7

View File

@@ -319,6 +319,10 @@ enum msgcode {
#include <compat.h>
#endif
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
#include <assert.h>
#include "lib/pool_alloc.h"