From 38e372194b77f52194f6a4fa13f9827196863c10 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 26 Feb 1993 20:34:20 +0000 Subject: [PATCH] Added include for Backup definition for MAXPATHLEN git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2504 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kdb/store_mkey.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/kdb/store_mkey.c b/src/lib/kdb/store_mkey.c index ab08d9b9a..2f740dabd 100644 --- a/src/lib/kdb/store_mkey.c +++ b/src/lib/kdb/store_mkey.c @@ -31,6 +31,7 @@ static char rcsid_store_mkey_c[] = "$Id$"; #endif /* !lint & !SABER */ +#include #include #include #include @@ -38,6 +39,12 @@ static char rcsid_store_mkey_c[] = #include "kdbint.h" #include /* for MAXPATHLEN */ +/* Just in case sysincl.h didn't get it */ + +#ifndef MAXPATHLEN +#define MAXPATHLEN 1024 +#endif + /* * Put the KDC database master key into a file. If keyfile is NULL, * then a default name derived from the principal name mname is used. -- 2.26.2