Merge "servicemanager: service_manager missing include for string.h"

This commit is contained in:
Mark Salyzyn 2015-04-01 19:26:22 +00:00 committed by Gerrit Code Review
commit 23b204e1ee

View File

@ -1,10 +1,11 @@
/* Copyright 2008 The Android Open Source Project /* Copyright 2008 The Android Open Source Project
*/ */
#include <stdio.h>
#include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <private/android_filesystem_config.h> #include <private/android_filesystem_config.h>