From 60219007f1df391c16ffdc637e18720b21986d4f Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Thu, 20 May 2021 13:50:13 +0200 Subject: [PATCH] Fix include for reproc header --- src/api/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/process.c b/src/api/process.c index 1309ede5..57c74d5c 100644 --- a/src/api/process.c +++ b/src/api/process.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include