Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45ae15f9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 49c381af: am 8e192f62: Merge "Fix Windows strlcpy.c build."

* commit '49c381af':
  Fix Windows strlcpy.c build.
parents b4573331 49c381af
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,11 +14,10 @@
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#include <features.h>
#include <sys/types.h>

#if defined(__GLIBC__) || defined(_WIN32)

#include <sys/types.h>
#include <string.h>

#include <cutils/memory.h>