Advertisement
j_melis

Untitled

Mar 4th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. diff --git a/src/scheduler/src/client/Client.cc b/src/scheduler/src/client/Client.cc
  2. index 72f3f74..54cdf61 100644
  3. --- a/src/scheduler/src/client/Client.cc
  4. +++ b/src/scheduler/src/client/Client.cc
  5. @@ -28,6 +28,9 @@
  6.  
  7.  #include <sstream>
  8.  
  9. +#include <unistd.h>
  10. +#include <sys/types.h>
  11. +
  12.  /* -------------------------------------------------------------------------- */
  13.  /* -------------------------------------------------------------------------- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement