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

Commit 8193d41e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix Windows strlcpy.c build.

Change-Id: I572c553227a5a2cd57ec304de7e898d7c801fe93
parent 4c1d4a0e
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>