From acfd1a1929e9086f7a6bc3d2c05453a64be45f9a Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 3 Aug 2017 22:50:10 +0200 Subject: android: posix_spawn(p) replacement Signed-off-by: wm4 --- osdep/subprocess-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/subprocess-posix.c') diff --git a/osdep/subprocess-posix.c b/osdep/subprocess-posix.c index c780473fce..a5fe43c6d4 100644 --- a/osdep/subprocess-posix.c +++ b/osdep/subprocess-posix.c @@ -15,7 +15,7 @@ * License along with mpv. If not, see . */ -#include +#include "osdep/posix-spawn.h" #include #include #include -- cgit v1.2.3