summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-agent.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 9e2a37fae..34b19b754 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -68,7 +68,9 @@
68#include <time.h> 68#include <time.h>
69#include <string.h> 69#include <string.h>
70#include <unistd.h> 70#include <unistd.h>
71#include <util.h> 71#ifdef HAVE_UTIL_H
72# include <util.h>
73#endif
72 74
73#include "key.h" /* XXX for typedef */ 75#include "key.h" /* XXX for typedef */
74#include "buffer.h" /* XXX for typedef */ 76#include "buffer.h" /* XXX for typedef */