Fix Windows strlcpy.c build.
Change-Id: I572c553227a5a2cd57ec304de7e898d7c801fe93
This commit is contained in:
parent
4c1d4a0e8e
commit
8193d41ea6
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue