summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh/include/includes.h')
-rw-r--r--usr/src/cmd/ssh/include/includes.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/include/includes.h b/usr/src/cmd/ssh/include/includes.h
index 0e7bf2a397..308b581e15 100644
--- a/usr/src/cmd/ssh/include/includes.h
+++ b/usr/src/cmd/ssh/include/includes.h
@@ -23,6 +23,11 @@ extern "C" {
* called by a name other than "ssh" or "Secure Shell".
*/
+/*
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
+ */
+
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
@@ -90,6 +95,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
# include <login.h>
#endif
+#ifdef HAVE_UCRED_H
+# include <ucred.h>
+#endif
+
#ifdef HAVE_UTMP_H
# include <utmp.h>
#endif