Merge "logd: missing include for string.h"
This commit is contained in:
commit
2215547493
|
@ -17,6 +17,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <private/android_filesystem_config.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue