projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c83422
)
Add missing inclusion of inttypes.h
author
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Wed, 24 Aug 2011 10:01:45 +0000
(11:01 +0100)
committer
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Wed, 24 Aug 2011 10:01:45 +0000
(11:01 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40313
Reviewed-by: Thiago Macieira <thiago@kde.org>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps.h
patch
|
blob
|
history
diff --git
a/dbus/dbus-sysdeps.h
b/dbus/dbus-sysdeps.h
index 54a4cd7e0fc9ee3996a701242b09309db5b3d8e6..d4883c1b6055e714849b66db7be9429531e78415 100644
(file)
--- a/
dbus/dbus-sysdeps.h
+++ b/
dbus/dbus-sysdeps.h
@@
-31,6
+31,10
@@
#include <stdint.h>
#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
#include <dbus/dbus-errors.h>
#include <dbus/dbus-file.h>
#include <dbus/dbus-string.h>