Include <stdint.h> to get uint32_t in C++ file with gcc 4.4

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
Mikhail Gusarov 2009-11-17 21:28:38 +06:00 committed by Carl Worth
parent dc5a9d8eb2
commit 469ea9ebc6

View file

@ -21,6 +21,8 @@
#include "notmuch-private.h"
#include "database-private.h"
#include <stdint.h>
#include <gmime/gmime.h>
#include <xapian.h>