Fix dbus-sysdeps.h on amd64, again.
authorWill Thompson <will.thompson@collabora.co.uk>
Thu, 17 Jun 2010 13:45:16 +0000 (14:45 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Thu, 17 Jun 2010 13:45:16 +0000 (14:45 +0100)
commitd9f9c2518dbf7c728588442b68916ec6c8b1f91f
tree25c4372f8ce6fe5f2b1b04ca6c98e2c6e71463fe
parent6f9077ee870ad02119facf83d1293301b4535c3b
Fix dbus-sysdeps.h on amd64, again.

HAVE_STDINT_H is defined in config.h, but that's not much use if
config.h isn't included. The new file dbus/dbus-config.c includes this
header without including config.h first, so fails to build.

Since dbus-sysdeps.h is internal, we can include config.h with impunity,
rather than relying on our callers to do so. Also, there's no need to
include stdint.h twice.
dbus/dbus-sysdeps.h