Browse Source

Added missing include in process_unix.cc

merge-requests/365/head
eidheim 10 years ago
parent
commit
ccd0251179
  1. 1
      src/process_unix.cc

1
src/process_unix.cc

@ -1,6 +1,7 @@
#include "process.h"
#include <cstdlib>
#include <thread>
#include <unistd.h>
#include <signal.h>
#include <iostream> //TODO: remove

Loading…
Cancel
Save