Fix "error: 'memset' was not declared in this scope".
authorElliott Hughes <enh@google.com>
Sat, 31 Jan 2015 06:54:44 +0000 (22:54 -0800)
committerElliott Hughes <enh@google.com>
Sat, 31 Jan 2015 06:54:44 +0000 (22:54 -0800)
Change-Id: I3c08c481e9a315fd374b68142ddedeb2db613c6e

libcamera2/ExynosJpegEncoderForCamera.cpp

index 9eb924fe192457bc904727e529c8754211a3666c..14d73afa52185b62d3cab8467f41c3dd3c30df70 100644 (file)
@@ -17,6 +17,7 @@
 
 #define LOG_TAG "ExynosJpegForCamera"
 #include <utils/Log.h>
+#include <string.h>
 
 #include "ExynosJpegEncoderForCamera.h"