Use standard macro to identify Linux (fixes build on powerpc)
This commit is contained in:
parent
354f679d72
commit
995a257b2c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
**************************************************************************/
|
||||
|
||||
#ifdef __linux
|
||||
#ifdef __linux__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue