aboutsummaryrefslogtreecommitdiffstats
path: root/findcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'findcmd.c')
-rw-r--r--findcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findcmd.c b/findcmd.c
index 9f3d954..0aa1f61 100644
--- a/findcmd.c
+++ b/findcmd.c
@@ -45,7 +45,7 @@
#include "findcmd.h" /* matching prototypes and declarations */
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif
extern int posixly_correct;