aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Mikhail Gusarov <dottedmag@dottedmag.net>2009-11-17 21:28:38 +0600
committerGravatar Carl Worth <cworth@cworth.org>2009-11-17 08:53:19 -0800
commit469ea9ebc656ef27d4e4720070811c06214a257f (patch)
tree602eb2ddeb88e880c7626185991b7666b81dcef1 /lib
parentdc5a9d8eb2c3d120fb9bf8fa9f0f22764a169b77 (diff)
Include <stdint.h> to get uint32_t in C++ file with gcc 4.4
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/message.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/message.cc b/lib/message.cc
index 72c350f3..a4b090ba 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>