fix compile on windows

This commit is contained in:
Mathias Stearn
2010-02-02 20:28:31 -05:00
parent 88d780e621
commit 3c2ca2bb66

View File

@@ -1,5 +1,7 @@
// utils.cpp
#include "../stdafx.h"
#include <boost/thread/xtime.hpp>
#include <cstring>
@@ -13,7 +15,6 @@
#include <fcntl.h>
#ifdef _WIN32
# include <Windows.h>
# include <io.h>
# define SIGKILL 9
#else