Include stdlib.h for exit() - thanks Colin.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 2 Sep 2003 09:52:13 +0000 (09:52 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 2 Sep 2003 09:52:13 +0000 (09:52 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@3436 cda61777-01e9-0310-a592-d414129be87e

unix/uxsftp.c

index cae66c4..c86b8ea 100644 (file)
@@ -5,6 +5,7 @@
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <stdlib.h>
 #include <fcntl.h>
 #include <dirent.h>
 #include <unistd.h>