Platform changes for getpid()

This commit is contained in:
Akkadius 2015-01-20 19:05:11 -06:00
parent f7ca12f7cc
commit bd757417d5

View File

@ -28,7 +28,6 @@
#include <string>
#include <iomanip>
#include <time.h>
#include <process.h>
std::ofstream process_log;
@ -38,7 +37,9 @@ std::ofstream process_log;
#include <iostream>
#include <dos.h>
#include <windows.h>
#include <process.h>
#else
#include <unistd.h>
#include <sys/stat.h>
#endif