Fix an issue where my recent changes would cause compilation to fail on some distros of Linux.

Note that before pushing those changes, they were initially tested in a branch, and passed the compilation testing. Sorry that I didn't catch this before.
This commit is contained in:
Lioncash 2013-10-20 16:32:40 -04:00
parent b3da5c5d58
commit 448c19bce1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "CommonTypes.h"
#include "Common.h"
// Neither Android nor OS X support TLS
#if defined(__APPLE__) || (ANDROID && __clang__)