Skip to content

Commit

Permalink
* btree/bt_seq.c: Include string.h.
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16228 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed Apr 3, 2004
1 parent c2f00db commit 86aef21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions src/util/db2/btree/bt_seq.c
Expand Up @@ -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"
Expand Down

0 comments on commit 86aef21

Please sign in to comment.