From e84289cff4ebab0cbe04a044bb295c5074c1d472 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 6 Sep 2008 21:04:39 -0700 Subject: [PATCH] fix MinGW build --- src/simulator/wall-clock-synchronizer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/simulator/wall-clock-synchronizer.cc b/src/simulator/wall-clock-synchronizer.cc index 3ba9b8828..dd3a1dd74 100644 --- a/src/simulator/wall-clock-synchronizer.cc +++ b/src/simulator/wall-clock-synchronizer.cc @@ -18,7 +18,6 @@ #include #include -#include #include "ns3/log.h" #include "ns3/system-condition.h" @@ -67,7 +66,9 @@ WallClockSynchronizer::WallClockSynchronizer () #else m_jiffy = 1000000; #endif + #if 0 +#include // // DANGER DANGER WILL ROBINSON //