diff options
Diffstat (limited to 'libpwdgrp/grent.c')
-rw-r--r-- | libpwdgrp/grent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/grent.c b/libpwdgrp/grent.c index 5b1cb68..df91955 100644 --- a/libpwdgrp/grent.c +++ b/libpwdgrp/grent.c @@ -28,7 +28,7 @@ #include <unistd.h> #include <fcntl.h> -#include "grp.h" +#include "grp_.h" static int grp_fd = -1; |