am cb37e73b: am ee844515: Merge "Fix "error: \'strlen\' was not declared in this scope"."

* commit 'cb37e73bb023ca97048a8c4b0155ce6397f84e10':
  Fix "error: 'strlen' was not declared in this scope".
This commit is contained in:
Elliott Hughes 2015-01-31 08:33:58 +00:00 committed by Android Git Automerger
commit 0baa8dae5e

View file

@ -23,6 +23,7 @@
#include <pthread.h> /* for pthread_once() */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#ifndef D