From 936a4564d944952831e74c9de29993d8f53544ce Mon Sep 17 00:00:00 2001 From: pandora-release Date: Fri, 6 Jun 2014 13:01:50 +0000 Subject: [PATCH] Changes to build the agent in the new server. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10131 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/win32/build.sh | 2 +- pandora_agents/win32/ftp/pandora_ftp_client.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_agents/win32/build.sh b/pandora_agents/win32/build.sh index 97bd923204..ec0976c3b4 100755 --- a/pandora_agents/win32/build.sh +++ b/pandora_agents/win32/build.sh @@ -5,7 +5,7 @@ DIST=`lsb_release -i | awk '{print $3}'` HOST="i586-mingw32msvc" -if [ "$DIST" == "SUSE" ]; then +if [ "$DIST" == "openSUSE" ]; then HOST="i686-w64-mingw32" fi diff --git a/pandora_agents/win32/ftp/pandora_ftp_client.h b/pandora_agents/win32/ftp/pandora_ftp_client.h index f76cac14ae..7ebd89772b 100644 --- a/pandora_agents/win32/ftp/pandora_ftp_client.h +++ b/pandora_agents/win32/ftp/pandora_ftp_client.h @@ -23,7 +23,7 @@ #include #include "../pandora.h" -#include +#include using namespace std;