Fix Windows strlcpy.c build.

Change-Id: I572c553227a5a2cd57ec304de7e898d7c801fe93
This commit is contained in:
Elliott Hughes 2015-04-02 17:21:47 -07:00
parent 4c1d4a0e8e
commit 8193d41ea6

View file

@ -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>