summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/inc/dp_persmap.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_persmap.h b/desktop/source/deployment/inc/dp_persmap.h
index 96c023c73a0b..ef7a9eb46291 100644
--- a/desktop/source/deployment/inc/dp_persmap.h
+++ b/desktop/source/deployment/inc/dp_persmap.h
@@ -2,9 +2,9 @@
*
* $RCSfile: dp_persmap.h,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:06:02 $
+ * last change: $Author: rt $ $Date: 2004-09-09 08:14:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,11 @@
#define INCLUDED_DP_PERSMAP_H
#include "rtl/ustring.hxx"
+#ifdef SYSTEM_DB3
+#include <db3/db_cxx.h>
+#else
#include "berkeleydb/db_cxx.h"
+#endif
#include <hash_map>