From: Ken Raeburn Date: Sat, 3 Apr 2004 01:21:07 +0000 (+0000) Subject: * btree/bt_seq.c: Include string.h X-Git-Tag: krb5-1.4-beta1~506 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e93699e3eb313e128f60ebd007d8d4f9bfd8322e;p=krb5.git * btree/bt_seq.c: Include string.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16228 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index 7c9d1dfa9..4152aa18a 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,7 @@ +2004-04-02 Ken Raeburn + + * btree/bt_seq.c: Include string.h. + 2003-04-01 Tom Yu * Makefile.in (install-unix): Delete install-libs. We don't want diff --git a/src/util/db2/btree/bt_seq.c b/src/util/db2/btree/bt_seq.c index d691a62ad..bbfb9c6c6 100644 --- a/src/util/db2/btree/bt_seq.c +++ b/src/util/db2/btree/bt_seq.c @@ -68,6 +68,7 @@ static char sccsid[] = "@(#)bt_seq.c 8.9 (Berkeley) 6/20/95"; #include #include #include +#include #include "db-int.h" #include "btree.h"