Merge "added include for unistd.h that was missing"

This commit is contained in:
Treehugger Robot 2017-04-28 01:39:55 +00:00 committed by Gerrit Code Review
commit 98cc0e1f02

View file

@ -21,6 +21,7 @@
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <unistd.h>
#include <memory> #include <memory>
#include <utils/Log.h> #include <utils/Log.h>