Skip to content

Commit

Permalink
Do not include unistd.h on Win32. Fixes #2105
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Nov 2, 2018
1 parent 1920661 commit 889b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ua_services_discovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "ua_services.h"
#include "ua_mdns_internal.h"

#ifdef _MSC_VER
#ifdef _WIN32
# ifndef UNDER_CE
# include <io.h> //access
# define access _access
Expand Down

0 comments on commit 889b7d7

Please sign in to comment.