--- embedaddon/sudo/common/setgroups.c 2012/05/29 12:26:49 1.1.1.2 +++ embedaddon/sudo/common/setgroups.c 2014/06/15 16:12:54 1.1.1.4 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Todd C. Miller + * Copyright (c) 2011-2012 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -37,6 +37,7 @@ #include "missing.h" #include "sudo_debug.h" +#include "sudo_util.h" int sudo_setgroups(int ngids, const GETGROUPS_T *gids)