mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/fastboot
10 lines
249 B
C++
10 lines
249 B
C++
--- libsparse/sparse_read.cpp.orig 2017-06-20 10:50:27 UTC
|
|
+++ libsparse/sparse_read.cpp
|
|
@@ -26,6 +26,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string>
|
|
+#include <string.h> // memset
|
|
#include <unistd.h>
|
|
|
|
#include <sparse/sparse.h>
|