Commit e84289cf authored by Unknown's avatar Unknown
Browse files

fix MinGW build

parent 2284d3d5
Showing with 2 additions and 1 deletion
+2 -1
......@@ -18,7 +18,6 @@
#include <time.h>
#include <sys/time.h>
#include <sched.h>
#include "ns3/log.h"
#include "ns3/system-condition.h"
......@@ -67,7 +66,9 @@ WallClockSynchronizer::WallClockSynchronizer ()
#else
m_jiffy = 1000000;
#endif
#if 0
#include <sched.h>
//
// DANGER DANGER WILL ROBINSON
//
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment