diff options
Diffstat (limited to '')
-rw-r--r-- | agent/command-ssh.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 213f3f9f7..e0b723839 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -47,6 +47,9 @@ #ifdef HAVE_SYS_UCRED_H #include <sys/ucred.h> #endif +#ifdef HAVE_UCRED_H +#include <ucred.h> +#endif #include "agent.h" |