Skip to content

Commit

Permalink
Merge pull request grpc#7730 from bsilver8192/master
Browse files Browse the repository at this point in the history
Remove <linux/unistd.h> include for compatibility with non-glibc
  • Loading branch information
nicolasnoble authored Aug 15, 2016
2 parents b473c79 + 4b86603 commit 8d46873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/lib/support/log_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/time.h>
#include <linux/unistd.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 8d46873

Please sign in to comment.