mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 14:58:04 +02:00
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:
commit
9983744326
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue