* btree/bt_seq.c: Include string.h
authorKen Raeburn <raeburn@mit.edu>
Sat, 3 Apr 2004 01:21:07 +0000 (01:21 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 3 Apr 2004 01:21:07 +0000 (01:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16228 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/ChangeLog
src/util/db2/btree/bt_seq.c

index 7c9d1dfa948a27ef20239b11920a0ecd5deab213..4152aa18a93124ce6921611b4fbff0f3b7587bee 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-02  Ken Raeburn  <raeburn@mit.edu>
+
+       * btree/bt_seq.c: Include string.h.
+
 2003-04-01  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (install-unix): Delete install-libs.  We don't want
index d691a62ad34ddc335f4195e58e5498ec5e8e1c8e..bbfb9c6c63d66c4bf7bb3c4b7aedd727a0fb6f17 100644 (file)
@@ -68,6 +68,7 @@ static char sccsid[] = "@(#)bt_seq.c  8.9 (Berkeley) 6/20/95";
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "db-int.h"
 #include "btree.h"