diff options
author | Ralf Habacker <ralf.habacker@sag.eu> | 2014-01-07 08:13:43 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-07 11:33:00 +0000 |
commit | 497cc68c029b30aabb54de139425bf200a40d67a (patch) | |
tree | 747aeee46eb33e481f4d7c40c81ae966e2483fea | |
parent | 6e2ad3c8ca8e74df79843e05ae09d5461239dbea (diff) | |
download | dbus-497cc68c029b30aabb54de139425bf200a40d67a.tar.gz |
MSVC compile fix.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73345
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r-- | dbus/dbus-sysdeps-win.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 74a4e84e..1167e967 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 <stdio.h> +#include <stdlib.h> #include <string.h> #if HAVE_ERRNO_H |