mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -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
11 lines
272 B
C
11 lines
272 B
C
--- adb/commandline.h.orig 2016-09-28 18:07:09 UTC
|
|
+++ adb/commandline.h
|
|
@@ -17,6 +17,8 @@
|
|
#ifndef COMMANDLINE_H
|
|
#define COMMANDLINE_H
|
|
|
|
+#include <stdio.h> // fwrite
|
|
+
|
|
#include "adb.h"
|
|
|
|
// Callback used to handle the standard streams (stdout and stderr) sent by the
|