From: Eric Andersen Date: Wed, 22 Oct 2003 10:26:38 +0000 (-0000) Subject: Patch from Arthur Othieno to fix a compiler warning X-Git-Tag: 1_00_pre4~113 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ef6c93090359bc13eab29450b21c573d09ec5bb;p=oweals%2Fbusybox.git Patch from Arthur Othieno to fix a compiler warning --- diff --git a/libbb/get_ug_id.c b/libbb/get_ug_id.c index 24ed136f8..b0b9b2e53 100644 --- a/libbb/get_ug_id.c +++ b/libbb/get_ug_id.c @@ -14,6 +14,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include + extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *)) { unsigned long r;