build-sys: Fix building with Android toolchain

Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
Anton Lundin 2013-09-18 16:22:00 +02:00 committed by Arun Raghavan
parent 3fd2004603
commit 35fea579cb
3 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@
#include "rtkit.h"
#ifdef __linux__
#if defined(__linux__) && !defined(__ANDROID__)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE