From 920705cf70d4a230c7d75fbd869e2cef162cf062 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:27:52 +0100 Subject: Imported nxcomp-3.2.0-7.tar.gz Summary: Imported nxcomp-3.2.0-7.tar.gz Keywords: Imported nxcomp-3.2.0-7.tar.gz into Git repository --- nxcomp/BlockCacheSet.cpp | 2 +- nxcomp/CHANGELOG | 4 ++++ nxcomp/Loop.cpp | 3 ++- nxcomp/Message.cpp | 3 ++- nxcomp/Misc.cpp | 1 - nxcomp/Misc.h | 6 ++++-- nxcomp/Proxy.cpp | 3 ++- nxcomp/Split.cpp | 3 ++- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/nxcomp/BlockCacheSet.cpp b/nxcomp/BlockCacheSet.cpp index f6591d596..23bc1fa73 100755 --- a/nxcomp/BlockCacheSet.cpp +++ b/nxcomp/BlockCacheSet.cpp @@ -15,7 +15,7 @@ /* */ /**************************************************************************/ -#include +#include "Misc.h" #include "BlockCacheSet.h" diff --git a/nxcomp/CHANGELOG b/nxcomp/CHANGELOG index cceeb07c5..6a26f6626 100755 --- a/nxcomp/CHANGELOG +++ b/nxcomp/CHANGELOG @@ -1,5 +1,9 @@ ChangeLog: +nxcomp-3.2.0-7 + +- Solved a compilation problem on GCC 4.3. + nxcomp-3.2.0-6 - Changes considering that unsetenv() returns void on Mac OS X. diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index 9992a77e2..62e868bbf 100755 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -29,7 +29,6 @@ #include #include -#include #include #include @@ -42,6 +41,8 @@ #include #include +#include "Misc.h" + #ifdef __sun #include #endif diff --git a/nxcomp/Message.cpp b/nxcomp/Message.cpp index 1bf074e19..2d8e78486 100755 --- a/nxcomp/Message.cpp +++ b/nxcomp/Message.cpp @@ -16,12 +16,13 @@ /**************************************************************************/ #include -#include #include #include #include +#include "Misc.h" + // // We need channel's cache data. // diff --git a/nxcomp/Misc.cpp b/nxcomp/Misc.cpp index 2f58bdfda..775f53ac4 100755 --- a/nxcomp/Misc.cpp +++ b/nxcomp/Misc.cpp @@ -15,7 +15,6 @@ /* */ /**************************************************************************/ -#include #include #include #include diff --git a/nxcomp/Misc.h b/nxcomp/Misc.h index f26c56fe3..23058b7b3 100755 --- a/nxcomp/Misc.h +++ b/nxcomp/Misc.h @@ -18,12 +18,14 @@ #ifndef Misc_H #define Misc_H -#include -#include +#include +#include #include #include +using namespace std; + // // This is MD5 length. // diff --git a/nxcomp/Proxy.cpp b/nxcomp/Proxy.cpp index 54a5af406..796568375 100755 --- a/nxcomp/Proxy.cpp +++ b/nxcomp/Proxy.cpp @@ -18,10 +18,11 @@ #include #include #include -#include #include #include +#include "Misc.h" + #if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun) #include #endif diff --git a/nxcomp/Split.cpp b/nxcomp/Split.cpp index 38cfb4bcf..7a3fe2c0f 100755 --- a/nxcomp/Split.cpp +++ b/nxcomp/Split.cpp @@ -15,13 +15,14 @@ /* */ /**************************************************************************/ -#include #include #include #include #include #include +#include "Misc.h" + #include "Split.h" #include "Control.h" -- cgit v1.2.3