Tweaks.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include <simgear/compiler.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include <time.h>
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "SGThread.hxx"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user