More fixes for Windows.

In particular, Windows does support many of the timer* macros, except timeradd
and timersub.
This commit is contained in:
Guus Sliepen 2012-12-03 10:41:28 +01:00
parent d53384c2de
commit 75c619e372
3 changed files with 20 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include "control.h"
#include "device.h"
#include "edge.h"
#include "event.h"
#include "logger.h"
#include "net.h"
#include "node.h"