am 3d40729: libsysutils: Add string.h to includes
Merge commit '3d40729054803fae1c4d4bb5ac7554665a132b26' * commit '3d40729054803fae1c4d4bb5ac7554665a132b26': libsysutils: Add string.h to includes
This commit is contained in:
commit
fec961705b
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "FrameworkListener"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "NetlinkEvent"
|
||||
#include <cutils/log.h>
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LOG_TAG "NetlinkListener"
|
||||
#include <cutils/log.h>
|
||||
|
|
Loading…
Reference in New Issue