5107f232f9
- Add patch to fix some <db.h> inclusion breakage.
23 lines
703 B
Diff
23 lines
703 B
Diff
--- evolution-data-server-1.11.6.1/libedataserver/e-db3-utils.c.include-breakage 2007-07-30 09:58:54.000000000 -0400
|
|
+++ evolution-data-server-1.11.6.1/libedataserver/e-db3-utils.c 2007-08-01 15:17:25.000000000 -0400
|
|
@@ -14,7 +14,7 @@
|
|
#include <glib.h>
|
|
#include <glib/gstdio.h>
|
|
|
|
-#include "db.h"
|
|
+#include <db.h>
|
|
|
|
#include "e-db3-utils.h"
|
|
|
|
--- evolution-data-server-1.11.6.1/libedataserver/e-dbhash.c.include-breakage 2007-01-03 09:56:27.000000000 -0500
|
|
+++ evolution-data-server-1.11.6.1/libedataserver/e-dbhash.c 2007-08-01 15:17:25.000000000 -0400
|
|
@@ -12,7 +12,7 @@
|
|
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
-#include "db.h"
|
|
+#include <db.h>
|
|
#include "md5-utils.h"
|
|
|
|
struct _EDbHashPrivate
|