You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
389 B

  1. --- a/src/util/process.h
  2. +++ b/src/util/process.h
  3. @@ -35,6 +35,8 @@
  4. #include <memory>
  5. #include <string>
  6. +#include <unistd.h>
  7. +
  8. // forward declaration
  9. class Config;
  10. --- a/src/util/process_executor.h
  11. +++ b/src/util/process_executor.h
  12. @@ -35,6 +35,8 @@
  13. #include <string>
  14. #include <vector>
  15. +#include <unistd.h>
  16. +
  17. #include "executor.h"
  18. class ProcessExecutor : public Executor {