Use standard macro to identify Linux (fixes build on powerpc)

This commit is contained in:
o9000 2016-02-21 19:58:30 +01:00
parent 354f679d72
commit 995a257b2c

View file

@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**************************************************************************/
#ifdef __linux
#ifdef __linux__
#include <stdlib.h>