summaryrefslogtreecommitdiffstats
path: root/osdep/subprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/subprocess.h')
-rw-r--r--osdep/subprocess.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/osdep/subprocess.h b/osdep/subprocess.h
index 1ab4ddbdd7..09c07da981 100644
--- a/osdep/subprocess.h
+++ b/osdep/subprocess.h
@@ -18,7 +18,9 @@
#ifndef MP_SUBPROCESS_H_
#define MP_SUBPROCESS_H_
-#include "stream/stream.h"
+#include <stddef.h>
+
+struct mp_cancel;
typedef void (*subprocess_read_cb)(void *ctx, char *data, size_t size);