diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2014-06-06 18:07:37 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2014-06-06 18:10:36 +0200 |
commit | b977d3f27c3d4ed544d4f56f814361af9f24d13d (patch) | |
tree | 488e514846bc439382c17c06cc66fa9ef72644fa /tests/lookup_groupbyuser.c | |
parent | 258d6714149435c984e10cdfb549fc12a4829740 (diff) |
Add missing include for FreeBSD
Diffstat (limited to 'tests/lookup_groupbyuser.c')
-rw-r--r-- | tests/lookup_groupbyuser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lookup_groupbyuser.c b/tests/lookup_groupbyuser.c index a3ade26..a9796ea 100644 --- a/tests/lookup_groupbyuser.c +++ b/tests/lookup_groupbyuser.c @@ -25,7 +25,7 @@ #include <stdio.h> #include <errno.h> #include <stdlib.h> - +#include <unistd.h> #include <grp.h> #ifndef HAVE_GETGROUPLIST |