summaryrefslogtreecommitdiffstats
path: root/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/missing.h b/missing.h
index 1b9ca2e20..db37e3ae4 100644
--- a/missing.h
+++ b/missing.h
@@ -39,6 +39,10 @@ extern char *crypt(const char *, const char *);
extern int dup2(int, int);
#endif
+#ifndef HAVE_EACCESS
+extern int eaccess(const char*, int);
+#endif
+
#ifndef HAVE_FINITE
extern int finite(double);
#endif