We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea92ad3 commit 9401a4bCopy full SHA for 9401a4b
src/common/processing.h
@@ -2,6 +2,10 @@
2
3
#include "util/FFstrbuf.h"
4
5
+#ifndef _WIN32
6
+#include <sys/types.h> // pid_t
7
+#endif
8
+
9
typedef struct FFProcessHandle {
10
#if _WIN32
11
void* pid; // HANDLE
0 commit comments