* gl/lib/mgetgroups.c: Include <stdlib.h>.
authorJim Meyering <meyering@redhat.com>
Sun, 24 Feb 2008 13:56:19 +0000 (14:56 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 24 Feb 2008 13:56:19 +0000 (14:56 +0100)
gl/lib/mgetgroups.c

index ba8818e..01ae91e 100644 (file)
@@ -1,6 +1,6 @@
 /* mgetgroups.c -- return a list of the groups a user is in
 
-   Copyright (C) 2007 Free Software Foundation.
+   Copyright (C) 2007-2008 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
 
 #include "mgetgroups.h"
 
+#include <stdlib.h>
 #include <unistd.h>
 #include <stdint.h>
 #include <string.h>