* commit '0f9bf17ad6caf7cec9043b1330cd3387b8881c0f': servicemanager: service_manager missing include for string.h
This commit is contained in:
commit
a231a12878
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user