summaryrefslogtreecommitdiffstats
path: root/src/util/profile/test_parse.c
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/util/profile/test_parse.c
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/util/profile/test_parse.c')
-rw-r--r--src/util/profile/test_parse.c2
1 files changed, 1 insertions, 1 deletions
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"