summaryrefslogtreecommitdiff
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 a4616950e3..3f56078259 100644
--- a/missing.h
+++ b/missing.h
@@ -39,6 +39,10 @@ extern char *crypt _((char *, 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