am 8e192f62: Merge "Fix Windows strlcpy.c build."
* commit '8e192f626edb59d106d73f8f7894823c47457f82': Fix Windows strlcpy.c build.
This commit is contained in:
commit
49c381af1a
1 changed files with 1 additions and 2 deletions
|
|
@ -14,11 +14,10 @@
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <features.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#if defined(__GLIBC__) || defined(_WIN32)
|
#if defined(__GLIBC__) || defined(_WIN32)
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <cutils/memory.h>
|
#include <cutils/memory.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue