diff options
Diffstat (limited to 'common/compat.h')
-rw-r--r-- | common/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/compat.h b/common/compat.h index 4771370..6483d4f 100644 --- a/common/compat.h +++ b/common/compat.h @@ -317,6 +317,8 @@ unsigned long getauxval (unsigned long type); #endif /* !HAVE_GETAUXVAL */ +char * secure_getenv (const char *name); + #ifndef HAVE_STRERROR_R int strerror_r (int errnum, |