Commit 7539f75f by Geoff Lang

Fix incorrect include on posix systems.

Change-Id: I73dbb08796c3e3a7a95f36dbf378b37eb9f936a7 Reviewed-on: https://chromium-review.googlesource.com/182145Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 2167ecdf
......@@ -7,7 +7,7 @@
//
// This file contains the posix specific functions
//
#include "compiler/osinclude.h"
#include "compiler/translator/osinclude.h"
#if !defined(ANGLE_OS_POSIX)
#error Trying to build a posix specific file in a non-posix build.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment