diff options
Diffstat (limited to 'otherlibs/unix/getgid.c')
-rw-r--r-- | otherlibs/unix/getgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getgid.c b/otherlibs/unix/getgid.c index 6595ffdef..5cc3899f1 100644 --- a/otherlibs/unix/getgid.c +++ b/otherlibs/unix/getgid.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_getgid() /* ML */ { |