Skip to content

Commit

Permalink
Wait made windows compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Mart铆n del R铆o committed May 26, 2019
1 parent 0474c7d commit 9d47cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ldpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
#include <locale>
#include "cpptrim.h"
#include <sstream>
#if !defined(_WIN32)
#include <sys/wait.h>
#else
#include <windows.h>
#endif

using namespace std;

Expand Down

0 comments on commit 9d47cbe

Please sign in to comment.