From 83423edb2a0d7aed99b3f24eaa2fbde5cbcf05f8 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 9 May 1995 12:44:25 +0000 Subject: [PATCH] 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 --- src/util/profile/ChangeLog | 5 +++++ src/util/profile/test_parse.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- 2.26.2