Patch from Arthur Othieno to fix a compiler warning
authorEric Andersen <andersen@codepoet.org>
Wed, 22 Oct 2003 10:26:38 +0000 (10:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 22 Oct 2003 10:26:38 +0000 (10:26 -0000)
libbb/get_ug_id.c

index 24ed136f8e0b6972e25a47735f899f87cd571dbc..b0b9b2e53b660fc4893aba3b7e2e1d8ddc798588 100644 (file)
@@ -14,6 +14,8 @@
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <stdlib.h>
+
 extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *))
 {
        unsigned long r;