[notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++ file with gcc 4.4
Mikhail Gusarov
dottedmag at dottedmag.net
Tue Nov 17 07:28:38 PST 2009
Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
---
lib/message.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/message.cc b/lib/message.cc
index 72c350f..a4b090b 100644
--- 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>
--
1.6.3.3
More information about the notmuch
mailing list