From: Ezra Peisach Date: Tue, 9 May 1995 12:44:25 +0000 (+0000) Subject: Include prof_int.h. This programs relies on internal functions and X-Git-Tag: krb5-1.0-beta6~2033 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83423edb2a0d7aed99b3f24eaa2fbde5cbcf05f8;p=krb5.git Include prof_int.h. This programs relies on internal functions and structures. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5764 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 086c07a26..d90d6c11e 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +Sat May 6 17:21:59 1995 Ezra Peisach + + * test_parse.c: Include prof_int.h - this program relies on + internal functions. + Fri May 5 00:02:41 1995 Theodore Y. Ts'o (tytso@dcl) * prof_init.c (profile_get_values): Return PROF_NO_PROFILE if the diff --git a/src/util/profile/test_parse.c b/src/util/profile/test_parse.c index af88203cb..ad1956657 100644 --- a/src/util/profile/test_parse.c +++ b/src/util/profile/test_parse.c @@ -4,7 +4,7 @@ #include #include -#include "profile.h" +#include "prof_int.h" #ifndef _MSDOS #include "com_err.h"