From: Ralf Habacker Date: Tue, 7 Jan 2014 07:13:43 +0000 (+0100) Subject: MSVC compile fix. X-Git-Tag: dbus-1.8.2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=497cc68c029b30aabb54de139425bf200a40d67a;p=platform%2Fupstream%2Fdbus.git MSVC compile fix. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73345 Reviewed-by: Simon McVittie --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 74a4e84..1167e96 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -61,6 +61,7 @@ extern BOOL WINAPI ConvertStringSidToSidA (LPCSTR StringSid, PSID *Sid); extern BOOL WINAPI ConvertSidToStringSidA (PSID Sid, LPSTR *StringSid); #include +#include #include #if HAVE_ERRNO_H