From 584d4f60b9e2b3f5cb830e266fd2218c5a3bb7c7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 24 Aug 2011 11:01:45 +0100 Subject: [PATCH] Add missing inclusion of inttypes.h Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40313 Reviewed-by: Thiago Macieira Reviewed-by: Simon McVittie --- dbus/dbus-sysdeps.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 54a4cd7..d4883c1 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -31,6 +31,10 @@ #include #endif +#ifdef HAVE_INTTYPES_H +#include +#endif + #include #include #include -- 2.7.4