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

Commit f2df32cb authored by Andrew Sutherland's avatar Andrew Sutherland
Browse files

add missing string.h include needed for memset

Change-Id: Ieeb9e95919d1bea183f01da9fbab0c5c8c8d1925
parent 703d1688
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
#include <system/graphics.h>
#include <cutils/native_handle.h>

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

__BEGIN_DECLS

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