hantek-dso: Quickfix for build issue (will be removed later).

This commit is contained in:
Uwe Hermann 2012-05-31 22:40:41 +02:00
parent f4575b6549
commit 88ff66c2c9
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#include "config.h" #include "config.h"
#include "dso.h" #include "dso.h"
/* FIXME: Temporary build fix, this will be removed later. */
#define GTV_TO_MSEC(gtv) (gtv.tv_sec * 1000 + gtv.tv_usec / 1000)
/* Max time in ms before we want to check on events */ /* Max time in ms before we want to check on events */
#define TICK 1 #define TICK 1