Include prof_int.h. This programs relies on internal functions and
authorEzra Peisach <epeisach@mit.edu>
Tue, 9 May 1995 12:44:25 +0000 (12:44 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 9 May 1995 12:44:25 +0000 (12:44 +0000)
structures.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5764 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/test_parse.c

index 086c07a26f1b8af6496f3372c87bd2a46341dc66..d90d6c11eb6bf8f3e738757eaf55d32e4c81492b 100644 (file)
@@ -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
index af88203cb35933341bcf014cef057c3184e50c27..ad1956657c43010e26010bc62151d7f23029ce43 100644 (file)
@@ -4,7 +4,7 @@
 #include <errno.h>
 #include <ctype.h>
 
-#include "profile.h"
+#include "prof_int.h"
 
 #ifndef _MSDOS
 #include "com_err.h"