Merge branch 'msvc-compile-fix' into 'master'

Msvc compile fix

See merge request dbus/dbus!33

Reviewed-by: smcv
Reviewed-by: pwithnall
This commit is contained in:
Simon McVittie 2018-11-15 13:09:54 +00:00
commit 9983744326

View file

@ -31,7 +31,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include <sys/types.h>
#ifdef DBUS_UNIX