summaryrefslogtreecommitdiff
path: root/gl/lib/mgetgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/mgetgroups.c')
-rw-r--r--gl/lib/mgetgroups.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/lib/mgetgroups.c b/gl/lib/mgetgroups.c
index ba8818e0d..01ae91e3a 100644
--- a/gl/lib/mgetgroups.c
+++ b/gl/lib/mgetgroups.c
@@ -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>