Make it build on linux

svn:r1468
This commit is contained in:
Nick Mathewson 2004-04-03 04:08:54 +00:00
parent 86f2ddc88d
commit 82cde03ddc

View File

@ -11,6 +11,9 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_TIME_H
#include <time.h>
#endif
#if _MSC_VER > 1300
#include <winsock2.h>