Index: docs/examples/ftpupload.c
===================================================================
RCS file: /cvsroot/curl/curl/docs/examples/ftpupload.c,v
retrieving revision 1.13
diff -u -p -r1.13 ftpupload.c
--- docs/examples/ftpupload.c	20 Feb 2008 12:36:35 -0000	1.13
+++ docs/examples/ftpupload.c	21 Feb 2008 14:33:09 -0000
@@ -19,6 +19,8 @@
 #else
 #include <unistd.h>
 #endif
+#include <stdlib.h>
+#include <errno.h>
 
 /*
  * This example shows an FTP upload, with a rename of the file just after

