From 497cc68c029b30aabb54de139425bf200a40d67a Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 7 Jan 2014 08:13:43 +0100 Subject: [PATCH] MSVC compile fix. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73345 Reviewed-by: Simon McVittie --- dbus/dbus-sysdeps-win.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4