Merge "Fix Windows strlcpy.c build."

This commit is contained in:
Elliott Hughes 2015-04-03 00:22:40 +00:00 committed by Gerrit Code Review
commit 8e192f626e
1 changed files with 1 additions and 2 deletions

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>