libsysutils: Add string.h to includes
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
902905682d
commit
3d40729054
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "FrameworkListener"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "NetlinkEvent"
|
||||
#include <cutils/log.h>
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "NetlinkListener"
|
||||
#include <cutils/log.h>
|
||||
|
|
Loading…
Reference in a new issue