Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lioncash committed Oct 20, 2013
1 parent b3da5c5 commit 448c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Src/Misc.cpp
Expand Up @@ -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__)
Expand Down

0 comments on commit 448c19b

Please sign in to comment.