merge patched-debian into debian
[shibboleth/xmltooling.git] / debian / patches / 0001-Add-ctime-header.patch
1 From bd3a8702cd28015c3d3088e660e5b3f9432422bc Mon Sep 17 00:00:00 2001
2 From: cantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
3 Date: Sat, 23 Oct 2010 20:49:35 +0000
4 Subject: Add ctime header.
5
6 git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@810 de75baf8-a10c-0410-a50a-987c0e22f00f
7 ---
8  xmltooling/util/DateTime.h |    3 ++-
9  1 files changed, 2 insertions(+), 1 deletions(-)
10
11 diff --git a/xmltooling/util/DateTime.h b/xmltooling/util/DateTime.h
12 index 7a1ced1..b4347bd 100644
13 --- a/xmltooling/util/DateTime.h
14 +++ b/xmltooling/util/DateTime.h
15 @@ -1,5 +1,5 @@
16  /*
17 - *  Copyright 2001-2009 Internet2
18 + *  Copyright 2001-2010 Internet2
19   *
20   * Licensed under the Apache License, Version 2.0 (the "License");
21   * you may not use this file except in compliance with the License.
22 @@ -30,6 +30,7 @@
23      #pragma warning( disable : 4244 )
24  #endif
25  
26 +#include <ctime>
27  #include <xercesc/util/XMLDateTime.hpp>
28  
29  #if defined (_MSC_VER)
30 -- 
31 1.7.1
32