summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/db2/ChangeLog4
-rw-r--r--src/util/db2/btree/bt_seq.c1
2 files changed, 5 insertions, 0 deletions
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 <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
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 <stddef.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "db-int.h"
#include "btree.h"