diff options
Diffstat (limited to 'otherlibs/unix/getgr.c')
-rw-r--r-- | otherlibs/unix/getgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getgr.c b/otherlibs/unix/getgr.c index 9217ab267..b1538e4c1 100644 --- a/otherlibs/unix/getgr.c +++ b/otherlibs/unix/getgr.c @@ -15,7 +15,7 @@ #include <fail.h> #include <alloc.h> #include <memory.h> -#include "unix.h" +#include "unixsupport.h" #include <stdio.h> #include <grp.h> |