stubs missing include for string.h

stubs.cpp gets string.h inherited from private/android_filesystem_config.h
it should not rely on this in the future. The intent is to move fs_config
function into libcutils and thus deprecate any need for string.h in this
include file.

Change-Id: I946ec1979ef5bbb34fbcb4a99bf2cd79280bb2a3
This commit is contained in:
Mark Salyzyn 2015-03-31 16:55:42 -07:00
parent 89a4a54104
commit 56b2768176

View file

@ -35,6 +35,7 @@
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "private/android_filesystem_config.h"