summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/kadm5/ChangeLog4
-rw-r--r--src/lib/kadm5/str_conv.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/kadm5/ChangeLog b/src/lib/kadm5/ChangeLog
index 29ef6e856..0b2b5dcc5 100644
--- a/src/lib/kadm5/ChangeLog
+++ b/src/lib/kadm5/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-10 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * str_conv.c: Include adm_proto.h for missing prototypes.
+
Sun Feb 18 16:26:33 2001 Ezra Peisach <epeisach@mit.edu>
* server_internal.h: Add prototype for
diff --git a/src/lib/kadm5/str_conv.c b/src/lib/kadm5/str_conv.c
index 131d15e8a..3bf36a1ec 100644
--- a/src/lib/kadm5/str_conv.c
+++ b/src/lib/kadm5/str_conv.c
@@ -43,6 +43,7 @@
#include "k5-int.h"
#include "admin_internal.h"
+#include "adm_proto.h"
/*
* Local data structures.