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

Commit fec96170 authored by San Mehat's avatar San Mehat Committed by The Android Open Source Project
Browse files

am 3d407290: libsysutils: Add string.h to includes

Merge commit '3d407290'

* commit '3d407290':
  libsysutils: Add string.h to includes
parents e17cad55 3d407290
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>