From: Ulrich Drepper Date: Sun, 4 Apr 2010 06:10:16 +0000 (-0700) Subject: Add missing include. X-Git-Tag: upstream/2.30~12914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fedf0feb75457f7098a0119ca4203ff449546b6;p=external%2Fglibc.git Add missing include. --- diff --git a/crypt/crypt_util.c b/crypt/crypt_util.c index a556389..7999a30 100644 --- a/crypt/crypt_util.c +++ b/crypt/crypt_util.c @@ -27,6 +27,7 @@ #ifdef DEBUG #include #endif +#include #include #ifndef STATIC