diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-09-18 14:58:15 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-09-18 14:58:15 +0000 |
commit | 6794d0e21f323a21fb5441e78d16f59d12b4e143 (patch) | |
tree | b910b7c468c3e93193cdcc891530da724b829bbf /databases/zodb/files/patch-ZODB-cPersistence.h | |
parent | forced commit to correct last log (diff) |
Add zodb 2001.06.16, the Zope Object Database - an object database
written in Python.
Notes
Notes:
svn path=/head/; revision=47958
Diffstat (limited to 'databases/zodb/files/patch-ZODB-cPersistence.h')
-rw-r--r-- | databases/zodb/files/patch-ZODB-cPersistence.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/zodb/files/patch-ZODB-cPersistence.h b/databases/zodb/files/patch-ZODB-cPersistence.h new file mode 100644 index 000000000000..e88fc66a1481 --- /dev/null +++ b/databases/zodb/files/patch-ZODB-cPersistence.h @@ -0,0 +1,11 @@ +--- ZODB/cPersistence.h.orig Wed Sep 13 03:32:31 2000 ++++ ZODB/cPersistence.h Tue Sep 18 14:56:53 2001 +@@ -86,7 +86,7 @@ + #ifndef CPERSISTENCE_H + #define CPERSISTENCE_H + +-#include "ExtensionClass/ExtensionClass.h" ++#include "../ExtensionClass/src/ExtensionClass.h" + #include <time.h> + + #define cPersistent_HEAD PyObject_HEAD PyObject *jar, *oid; char serial[8]; unsigned short atime; signed char state; unsigned char reserved; |