From 5734d9a21345d28eaa73d0821a9b96c1677212e4 Mon Sep 17 00:00:00 2001 From: basney Date: Thu, 13 Sep 2007 19:31:59 +0000 Subject: [PATCH] #include for getenv(). --- openssh/pathnames.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openssh/pathnames.c b/openssh/pathnames.c index d067d3c..314467d 100644 --- a/openssh/pathnames.c +++ b/openssh/pathnames.c @@ -3,6 +3,7 @@ #include "log.h" #include +#include #define BINDIR "/bin" #define LIBEXEC "/libexec" -- 2.45.2