Fixing compilation errors on non-Windows platforms. (#4405)

* Removed stray character.

* Added missing include.

* Fixed formatting.
This commit is contained in:
Ben Konyi 2017-11-29 19:12:35 -05:00 committed by GitHub
parent c319a20192
commit fbeb2b284d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "flutter/sky/engine/wtf/OperatingSystem.h"
#include "flutter/sky/engine/wtf/Threading.h"
#if USE(PTHREADS)