From: Ezra Peisach Date: Mon, 16 Oct 2006 12:18:18 +0000 (+0000) Subject: Include string.h for memcmp prototype X-Git-Tag: krb5-1.6-alpha1~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d801c017e5701f0ca1b860d59b276742d9d5fe61;p=krb5.git Include string.h for memcmp prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18720 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/kadm5/unit-test/randkey-test.c b/src/lib/kadm5/unit-test/randkey-test.c index 0145df326..4b17bcb22 100644 --- a/src/lib/kadm5/unit-test/randkey-test.c +++ b/src/lib/kadm5/unit-test/randkey-test.c @@ -4,6 +4,7 @@ #include #include #include +#include #define TEST_NUM 1000