]> andersk Git - gssapi-openssh.git/commitdiff
#include <stdlib.h> for getenv().
authorbasney <basney>
Thu, 13 Sep 2007 19:31:59 +0000 (19:31 +0000)
committerbasney <basney>
Thu, 13 Sep 2007 19:31:59 +0000 (19:31 +0000)
openssh/pathnames.c

index d067d3c0cbae3ea7abec61c0c4315b59c4d1c19f..314467d589ef3494ed567b0c2ef32205f998e209 100644 (file)
@@ -3,6 +3,7 @@
 #include "log.h"
 
 #include <string.h>
+#include <stdlib.h>
 
 #define BINDIR "/bin"
 #define LIBEXEC "/libexec"
This page took 0.166931 seconds and 5 git commands to generate.