diff options
Diffstat (limited to 'otherlibs/unix/getgroups.c')
-rw-r--r-- | otherlibs/unix/getgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getgroups.c b/otherlibs/unix/getgroups.c index 088dae199..3fe4bef24 100644 --- a/otherlibs/unix/getgroups.c +++ b/otherlibs/unix/getgroups.c @@ -18,7 +18,7 @@ #include <sys/types.h> #include <sys/param.h> -#include "unix.h" +#include "unixsupport.h" value unix_getgroups() /* ML */ { |