Fix "error: use of undeclared identifier 'strerror'".
authorElliott Hughes <enh@google.com>
Sat, 31 Jan 2015 05:15:11 +0000 (21:15 -0800)
committerElliott Hughes <enh@google.com>
Sat, 31 Jan 2015 05:15:11 +0000 (21:15 -0800)
Change-Id: I96065fe96e98073360340f042dc1736ce508e02b

mobicore/daemon/Kernel/CKMod.cpp

index 030089dd3951a7c579c943e29e3d423945899d4b..30210dbff4b0d14c8f57144f9c00e32ed588f5c0 100644 (file)
@@ -31,6 +31,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include <cstdlib>
+#include <cstring>
 
 #include <fcntl.h>
 #include <sys/mman.h>