Skip to content

Commit 9401a4b

Browse files
committed
Processing: adds a missing header
1 parent ea92ad3 commit 9401a4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common/processing.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
#include "util/FFstrbuf.h"
44

5+
#ifndef _WIN32
6+
#include <sys/types.h> // pid_t
7+
#endif
8+
59
typedef struct FFProcessHandle {
610
#if _WIN32
711
void* pid; // HANDLE

0 commit comments

Comments
 (0)