aboutsummaryrefslogtreecommitdiff
path: root/src/utils/storage.cc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-26 05:06:31 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-26 05:06:31 +0000
commit95feb5d4024c0d440a6891cfad6606dcb78f8b21 (patch)
tree10b3e007e1b8df0506a861d42a3feb8d9df10202 /src/utils/storage.cc
parent5a9b61c826838b7f97db1ad3b3c350482d407377 (diff)
downloadopen-axiom-95feb5d4024c0d440a6891cfad6606dcb78f8b21.tar.gz
* config/open-axiom.m4 (OPENAXIOM_BUILD_TOOLS): Check for ln -s
and sed. * config/var-def.mk (oa_target_includedir): New.
Diffstat (limited to 'src/utils/storage.cc')
-rw-r--r--src/utils/storage.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/storage.cc b/src/utils/storage.cc
index 4883de6c..a023e945 100644
--- a/src/utils/storage.cc
+++ b/src/utils/storage.cc
@@ -31,7 +31,7 @@
// --%: Gabriel Dos Reis.
-#include "openaxiom-c-macros.h"
+#include <open-axiom/config>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
@@ -56,7 +56,7 @@
#include <stdlib.h>
#include <string.h>
#include <new> // for placement new.
-#include "storage.H"
+#include <open-axiom/storage>
namespace OpenAxiom {
// ----------------