mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/fastboot
10 lines
252 B
C++
10 lines
252 B
C++
--- adb/sysdeps/posix/network.cpp.orig 2017-06-20 10:50:27 UTC
|
|
+++ adb/sysdeps/posix/network.cpp
|
|
@@ -17,6 +17,7 @@
|
|
#include "sysdeps/network.h"
|
|
|
|
#include <errno.h>
|
|
+#include <string.h> // strerror
|
|
#include <netinet/in.h>
|
|
#include <sys/socket.h>
|
|
|