MSVC compile fix.
authorRalf Habacker <ralf.habacker@sag.eu>
Tue, 7 Jan 2014 07:13:43 +0000 (08:13 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 7 Jan 2014 11:33:00 +0000 (11:33 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73345
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-win.c

index 74a4e84..1167e96 100644 (file)
@@ -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