diff options
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index b9093d8..c579fc4 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -22,6 +22,7 @@ extern struct __group32 *internal_getgrent (int); int internal_getgroups (int, __gid32_t *, cygpsid * = NULL); #include "sync.h" +#include "cygtls.h" class pwdgrp { unsigned pwdgrp_buf_elem_size; |