]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 74a4e84edef4f83e122ffbde8dcf3cbed182f40f..1167e9676af2e88bf35871fefde63e60a44dc4c9 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