Skip to content

Commit

Permalink
Don't include unistd.h on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Nov 19, 2013
1 parent 7fbe41d commit b195392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server_thread.cpp
Expand Up @@ -12,7 +12,10 @@
#include <fstream>
#include <iostream>
#include <sstream>

#ifndef WIN32
#include <unistd.h>
#endif

#include <pcompiler/pcompiler.hpp>
#include <QDir>
Expand Down

0 comments on commit b195392

Please sign in to comment.