summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-05-09 12:44:25 +0000
committerEzra Peisach <epeisach@mit.edu>1995-05-09 12:44:25 +0000
commit83423edb2a0d7aed99b3f24eaa2fbde5cbcf05f8 (patch)
tree2408ea9fa57ebfa10f7151f0b3b78fe1f4da1937 /src
parent29e11cd49eef53f2ce46215cbba91705125c601e (diff)
downloadkrb5-83423edb2a0d7aed99b3f24eaa2fbde5cbcf05f8.tar.gz
krb5-83423edb2a0d7aed99b3f24eaa2fbde5cbcf05f8.tar.xz
krb5-83423edb2a0d7aed99b3f24eaa2fbde5cbcf05f8.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/test_parse.c2
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"