summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-07-30 12:57:40 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 12:59:19 +0200
commit9389da74c997a7bd0b589d4294b2cef85880974c (patch)
treeea73e13c512d039a58238caa501b60c9aa3446ea
parent0fa3752a9cdb237407d90b4cb47956972ecca31b (diff)
downloadrasdaman-upstream-9389da74c997a7bd0b589d4294b2cef85880974c.tar.gz
rasdaman-upstream-9389da74c997a7bd0b589d4294b2cef85880974c.tar.xz
rasdaman-upstream-9389da74c997a7bd0b589d4294b2cef85880974c.zip
fixed compilation error introduced by changeset 437ff942525f86a36655519cea0f5a03da319cd7
-rw-r--r--server/rasserver_main.cc2
-rw-r--r--servercomm/servercomm.hh1
2 files changed, 1 insertions, 2 deletions
diff --git a/server/rasserver_main.cc b/server/rasserver_main.cc
index eb06669..7e7fe66 100644
--- a/server/rasserver_main.cc
+++ b/server/rasserver_main.cc
@@ -65,8 +65,6 @@ and -DCOMPDATE="\"$(COMPDATE)\"" when compiling
#include "storagemgr/sstoragelayout.hh"
#include <signal.h>
-RMINITGLOBALS('C');
-
#include "rasserver_config.hh"
#include "rnprotocol/rnpserver.hh"
diff --git a/servercomm/servercomm.hh b/servercomm/servercomm.hh
index 460fc2c..9d1a373 100644
--- a/servercomm/servercomm.hh
+++ b/servercomm/servercomm.hh
@@ -42,6 +42,7 @@ rasdaman GmbH.
#include "raslib/error.hh"
#include "raslib/oid.hh"
#include "raslib/minterval.hh"
+#include "raslib/rmdebug.hh"
#include "reladminif/adminif.hh"
#include "reladminif/databaseif.hh"