diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/profile/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/profile/test_parse.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <epeisach@kangaroo.mit.edu> + + * 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 <errno.h> #include <ctype.h> -#include "profile.h" +#include "prof_int.h" #ifndef _MSDOS #include "com_err.h" |
