aboutsummaryrefslogtreecommitdiffstats
path: root/nonposix.h
diff options
context:
space:
mode:
Diffstat (limited to 'nonposix.h')
-rw-r--r--nonposix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nonposix.h b/nonposix.h
index 3a0510b1..3aae512c 100644
--- a/nonposix.h
+++ b/nonposix.h
@@ -57,7 +57,9 @@ int unsetenv (const char *);
int setenv (const char *, const char *, int);
#endif /* __MINGW32__ */
+#if defined(VMS) || defined(__DJGPP__) || defined(__MINGW32__)
int getpgrp(void);
+#endif
#if defined(__DJGPP__) || defined(__MINGW32__)
int getppid(void);