~ubuntu-branches/ubuntu/oneiric/soci/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/postgressql-common-ctime.patch

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2008-05-06 22:00:19 UTC
  • Revision ID: james.westby@ubuntu.com-20080506220019-edj7c9ad2yikr44q
Tags: 2.2.0-3
FTBFS: auto_ptr with no type (Closes: #478504)
Add more missing C+headers to soci.h and std::tm
definition (<ctime>) to each backend common.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' soci-2.2.0/src/backends/postgresql/common.h soci-2.2.0.new/src/backends/postgresql/common.h
 
2
--- soci-2.2.0/src/backends/postgresql/common.h 2006-11-08 14:06:03.000000000 +0000
 
3
+++ soci-2.2.0.new/src/backends/postgresql/common.h     2008-05-06 20:14:18.000000000 +0000
 
4
@@ -7,7 +7,7 @@
 
5
 
 
6
 #ifndef POSTGRESQL_COMMON_H_INCLUDED
 
7
 #define POSTGRESQL_COMMON_H_INCLUDED
 
8
-
 
9
+#include <ctime>
 
10
 #include "soci-postgresql.h"
 
11
 
 
12
 namespace SOCI {