mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Integrate most changes from -devel slaves (e.g. r392432, r397252) - Get revision based on GH_TAGNAME (from JSON for releases) - Take maintainership Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/fastboot Approved by: kevlo (adb maintainer) Differential Revision: https://reviews.freebsd.org/D3842
10 lines
206 B
C++
10 lines
206 B
C++
--- adb/adb_io_test.cpp.orig 2015-09-05 00:01:27 UTC
|
|
+++ adb/adb_io_test.cpp
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
+#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|