Add sys/types.h in utf8.h

am: 18a1606a88

Change-Id: I1be3c77db48c92f3e8d0b4a1b567e136c9aee5e6
This commit is contained in:
Pirama Arumuga Nainar 2018-10-11 10:24:49 -07:00 committed by android-build-merger
commit bdc2b5fa30

View file

@ -17,6 +17,7 @@
#pragma once
#ifdef _WIN32
#include <sys/types.h>
#include <string>
#else
// Bring in prototypes for standard APIs so that we can import them into the utf8 namespace.