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

Commit cedf0295 authored by Andrew Sutherland's avatar Andrew Sutherland Committed by Steve Kondik
Browse files

add missing string.h include needed for memset

Change-Id: Ieeb9e95919d1bea183f01da9fbab0c5c8c8d1925
parent 6ba39f66
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@
#include <system/graphics.h>
#include <unistd.h>

#ifdef __cplusplus
#include <string.h>
#endif

__BEGIN_DECLS

/*****************************************************************************/