Merge "logd: missing include for string.h"

This commit is contained in:
Mark Salyzyn 2015-04-01 19:27:08 +00:00 committed by Gerrit Code Review
commit 2215547493
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <private/android_filesystem_config.h>