Skip to content

Commit

Permalink
Don't try to include sys/wait.h on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajchawla authored and dpage committed Apr 18, 2012
1 parent c2bce99 commit a6d62ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job.cpp
Expand Up @@ -17,10 +17,10 @@
#include <wx/process.h>

#include <sys/types.h>
#include <sys/wait.h>

#ifndef __WIN32__
#include <errno.h>
#include <sys/wait.h>
#endif

Job::Job(DBconn *conn, const wxString &jid)
Expand Down

0 comments on commit a6d62ff

Please sign in to comment.