diff options
author | Henry B. Hotz <hotz@jpl.nasa.gov> | 2012-06-04 10:56:38 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-06-04 10:56:38 -0400 |
commit | 7c3ecf5c77e33f6d04d6226b041071c6ce23b062 (patch) | |
tree | 8d0e806c74870266b9e87581745988cda56620ca /src/plugins | |
parent | 9421a2652f645bd0beef3e58b4b8fbc18d98f742 (diff) | |
download | krb5-7c3ecf5c77e33f6d04d6226b041071c6ce23b062.tar.gz krb5-7c3ecf5c77e33f6d04d6226b041071c6ce23b062.tar.xz krb5-7c3ecf5c77e33f6d04d6226b041071c6ce23b062.zip |
Fix -DDEBUG compilation errors
ticket: 7150
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/kdb/db2/libdb2/hash/hash_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/hash/hash_debug.c b/src/plugins/kdb/db2/libdb2/hash/hash_debug.c index 69229fc8d..43f537f53 100644 --- a/src/plugins/kdb/db2/libdb2/hash/hash_debug.c +++ b/src/plugins/kdb/db2/libdb2/hash/hash_debug.c @@ -51,6 +51,7 @@ static char sccsid[] = "@(#)hash_debug.c 8.4 (Berkeley) 11/7/95"; * __dump_bucket */ #include <stdio.h> +#include <string.h> #include "db-int.h" #include "hash.h" |