]> git.notmuchmail.org Git - notmuch/blob - test/corpus/02:2,
dadcdaacfd4f80494a3bb79a03f42090454cb3db
[notmuch] / test / corpus / 02:2,
1 From: "Mikhail Gusarov" <dottedmag@dottedmag.net>
2 To: notmuch@notmuchmail.org
3 Date: Tue, 17 Nov 2009 21:28:38 +0600
4 Subject: [notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++
5         file with gcc 4.4
6 In-Reply-To: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net>
7 References: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net>
8 Message-ID: <1258471718-6781-2-git-send-email-dottedmag@dottedmag.net>
9
10
11 Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
12 ---
13  lib/message.cc |    2 ++
14  1 files changed, 2 insertions(+), 0 deletions(-)
15
16 diff --git a/lib/message.cc b/lib/message.cc
17 index 72c350f..a4b090b 100644
18 --- a/lib/message.cc
19 +++ b/lib/message.cc
20 @@ -21,6 +21,8 @@
21  #include "notmuch-private.h"
22  #include "database-private.h"
23  
24 +#include <stdint.h>
25 +
26  #include <gmime/gmime.h>
27  
28  #include <xapian.h>
29 -- 
30 1.6.3.3
31
32