diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-09 17:48:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-09 17:48:37 (GMT) |
commit | c944a60b17dbed80b99a56d792a5d09710d781e2 (patch) | |
tree | 77b56a04932dd0ab97cf82483ab09588e5da65ce /Utilities/cmcurl/Testing/ftpupload.c | |
parent | e36ae0fcb8bcc4383111b1c2ba4b0a7770704745 (diff) | |
download | CMake-c944a60b17dbed80b99a56d792a5d09710d781e2.zip CMake-c944a60b17dbed80b99a56d792a5d09710d781e2.tar.gz CMake-c944a60b17dbed80b99a56d792a5d09710d781e2.tar.bz2 |
COMP: Remove errors
Diffstat (limited to 'Utilities/cmcurl/Testing/ftpupload.c')
-rw-r--r-- | Utilities/cmcurl/Testing/ftpupload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmcurl/Testing/ftpupload.c b/Utilities/cmcurl/Testing/ftpupload.c index bca0a56..780c9cd 100644 --- a/Utilities/cmcurl/Testing/ftpupload.c +++ b/Utilities/cmcurl/Testing/ftpupload.c @@ -9,6 +9,7 @@ */ #include "curl/curl.h" +#include "setup.h" #include <sys/types.h> #include <sys/stat.h> |