Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/grp.cc')
-rw-r--r--winsup/cygwin/grp.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/grp.cc b/winsup/cygwin/grp.cc
index 8e1171ac4..85d9aa80d 100644
--- a/winsup/cygwin/grp.cc
+++ b/winsup/cygwin/grp.cc
@@ -15,6 +15,9 @@ details. */
#include <grp.h>
#include <stdio.h>
#include <stdlib.h>
+#include "thread.h"
+#include "sync.h"
+#include "sigproc.h"
#include "pinfo.h"
/* Read /etc/group only once for better performance. This is done