libsysutils: Add string.h to includes

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat 2009-05-07 08:49:30 -07:00
parent 902905682d
commit 3d40729054
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <errno.h>
#include <string.h>
#define LOG_TAG "FrameworkListener"

View file

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <stdlib.h>
#include <string.h>
#define LOG_TAG "NetlinkEvent"
#include <cutils/log.h>

View file

@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <string.h>
#define LOG_TAG "NetlinkListener"
#include <cutils/log.h>