summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--v3/EmulatedCameraFactory.cpp2
-rw-r--r--v3/EmulatedFakeCamera3.cpp10
-rw-r--r--[-rwxr-xr-x]v3/fake-pipeline2/util.c2
3 files changed, 12 insertions, 2 deletions
diff --git a/v3/fake-pipeline2/util.c b/v3/fake-pipeline2/util.c
index 690f853..dd0e22b 100755..100644
--- a/v3/fake-pipeline2/util.c
+++ b/v3/fake-pipeline2/util.c
@@ -1,6 +1,8 @@
#include <utils/Log.h>
+#include <string.h>
#include "util.h"
+
#ifndef ALIGN
#define ALIGN(b,w) (((b)+((w)-1))/(w)*(w))
#endif