mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
11 lines
217 B
C++
11 lines
217 B
C++
--- base/errors_unix.cpp.orig 2016-02-20 02:39:51 UTC
|
|
+++ base/errors_unix.cpp
|
|
@@ -16,7 +16,7 @@
|
|
|
|
#include "android-base/errors.h"
|
|
|
|
-#include <errno.h>
|
|
+#include <string.h>
|
|
|
|
namespace android {
|
|
namespace base {
|