OSDN Git Service

servicemanager: service_manager missing include for string.h
authorMark Salyzyn <salyzyn@google.com>
Wed, 1 Apr 2015 14:52:12 +0000 (07:52 -0700)
committerMark Salyzyn <salyzyn@google.com>
Wed, 1 Apr 2015 18:11:11 +0000 (11:11 -0700)
commit13df5f5f8fbc5a3fdfdd5d1ba5dc853cf3f017f0
tree20b6fee1cbb4a76dd122c957a874b350aa906677
parent5881c8dd3b5b290cddca0e0f01e2c2f1641826b0
servicemanager: service_manager missing include for string.h

service_manager.c 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.

Bug: 19908228
Change-Id: Icc95ee02bf02c596463868b1330d209d1bd5c58a
cmds/servicemanager/service_manager.c