diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/port.h b/src/include/port.h index 6ea681f16ac..d7295e31327 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -395,6 +395,10 @@ extern void srand48(long seed); extern int getopt(int nargc, char *const * nargv, const char *ostr); #endif +#ifndef HAVE_GETPEEREID +extern int getpeereid(int sock, uid_t *uid, gid_t *gid); +#endif + #ifndef HAVE_ISINF extern int isinf(double x); #endif |