summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/nigori.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/nigori.cc')
-rw-r--r--chrome/browser/sync/util/nigori.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/util/nigori.cc b/chrome/browser/sync/util/nigori.cc
index 77cca2b..49ed1db 100644
--- a/chrome/browser/sync/util/nigori.cc
+++ b/chrome/browser/sync/util/nigori.cc
@@ -6,6 +6,8 @@
#if defined(OS_WIN)
#include <winsock2.h> // for htonl
+#else
+#include <arpa/inet.h>
#endif
#include <sstream>