mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
10 lines
246 B
C++
10 lines
246 B
C++
--- base/parsenetaddress.cpp.orig 2016-02-20 02:39:51 UTC
|
|
+++ base/parsenetaddress.cpp
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include "android-base/parsenetaddress.h"
|
|
|
|
+#include <stdio.h> // sscanf
|
|
#include <algorithm>
|
|
|
|
#include "android-base/stringprintf.h"
|