am 23b204e1
: Merge "servicemanager: service_manager missing include for string.h"
* commit '23b204e1ee9069b9321b5547e8d17a5014efbacd': servicemanager: service_manager missing include for string.h
This commit is contained in:
commit
0f9bf17ad6
@ -1,10 +1,11 @@
|
||||
/* Copyright 2008 The Android Open Source Project
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <private/android_filesystem_config.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user