Commit 664dd09a authored by Scott Graham's avatar Scott Graham Committed by Commit Bot

fuchsia: Fix #include for ntohl/htonl

Bug: 808287, 898088
Change-Id: I7aa9dd73aa405e32a46118dfe8474c7849471caf
Reviewed-on: https://chromium-review.googlesource.com/c/1297460Reviewed-by: default avatarNathan Parker <nparker@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602417}
parent 21e94ae5
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#if defined(OS_WIN) #if defined(OS_WIN)
#include <winsock2.h> #include <winsock2.h>
#elif defined(OS_POSIX) #elif defined(OS_POSIX) || defined(OS_FUCHSIA)
#include <arpa/inet.h> #include <arpa/inet.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment