am 3d40729: libsysutils: Add string.h to includes

Merge commit '3d40729054803fae1c4d4bb5ac7554665a132b26'

* commit '3d40729054803fae1c4d4bb5ac7554665a132b26':
  libsysutils: Add string.h to includes
This commit is contained in:
San Mehat 2009-05-07 08:52:16 -07:00 committed by The Android Open Source Project
commit fec961705b
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>