projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5a9d8
)
Include <stdint.h> to get uint32_t in C++ file with gcc 4.4
author
Mikhail Gusarov
<dottedmag@dottedmag.net>
Tue, 17 Nov 2009 15:28:38 +0000
(21:28 +0600)
committer
Carl Worth
<cworth@cworth.org>
Tue, 17 Nov 2009 16:53:19 +0000
(08:53 -0800)
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
lib/message.cc
patch
|
blob
|
history
diff --git
a/lib/message.cc
b/lib/message.cc
index 72c350f32ac2badaa96c15530c1d5b2071db4074..a4b090ba698f8867e350220f45e453cad753538f 100644
(file)
--- a/
lib/message.cc
+++ b/
lib/message.cc
@@
-21,6
+21,8
@@
#include "notmuch-private.h"
#include "database-private.h"
+#include <stdint.h>
+
#include <gmime/gmime.h>
#include <xapian.h>