Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d407290 authored by San Mehat's avatar San Mehat
Browse files

libsysutils: Add string.h to includes



Signed-off-by: default avatarSan Mehat <san@google.com>
parent 90290568
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */
#include <errno.h>
#include <string.h>

#define LOG_TAG "FrameworkListener"

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */
#include <stdlib.h>
#include <string.h>

#define LOG_TAG "NetlinkEvent"
#include <cutils/log.h>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

#include <sys/types.h>
#include <sys/socket.h>
#include <string.h>

#define LOG_TAG "NetlinkListener"
#include <cutils/log.h>