summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Spangler <aaron777@gmail.com>2004-02-13 01:54:45 +0000
committerAaron Spangler <aaron777@gmail.com>2004-02-13 01:54:45 +0000
commit1749c9c973eb0999e8046fdf82370dd291c9b3da (patch)
tree4357748279a3c89397b24b39e8917e0a5295fc6d
parentd06d7a35b0abf5d056f7ecde6b59975155d93db8 (diff)
downloadsudo-LDAP.tar.gz
Merge with HEADLDAP
-rw-r--r--sudo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sudo.h b/sudo.h
index 1fd2ec7d8..9cd46fb68 100644
--- a/sudo.h
+++ b/sudo.h
@@ -251,6 +251,8 @@ extern uid_t timestamp_uid;
extern void (*set_perms) __P((int));
#endif
+#ifndef errno
extern int errno;
+#endif
#endif /* _SUDO_SUDO_H */