validate: do not compile for android.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Tue, 3 Feb 2015 14:41:01 +0000 (15:41 +0100)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Tue, 3 Feb 2015 14:51:34 +0000 (15:51 +0100)
validate/fault_injection/socket_interposer.c

index e5dd4cb..d9e1188 100644 (file)
@@ -27,7 +27,7 @@
 #include "socket_interposer.h"
 #include <gst/validate/gst-validate-scenario.h>
 
-#ifdef G_OS_UNIX
+#if defined(G_OS_UNIX) && !defined(__ANDROID__)
 
 #include <sys/socket.h>
 #include <netinet/ip.h>