diff options
-rw-r--r-- | io.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ #include "sux.h" +#if delay_clk && getclk && !bench +#include <time.h> +#endif #define BETWEEN(x, a, b) ((a) <= (x) && (x) <= (b)) #define DEFAULT(a, b) (a) = (a) ? (a) : (b) |