Fix: time redefinition warnings on macOS builds
[lttng-tools.git] / src / common / sessiond-comm / inet.c
index 84bee5bd99142970ece0b1e1a1e9c2a0be10c720..25dbd2195a9f936721fc158a7c94d29234d9206c 100644 (file)
 #include <poll.h>
 
 #include <common/common.h>
+#include <common/time.h>
 
 #include "inet.h"
 
-#define MSEC_PER_SEC   1000
-#define NSEC_PER_MSEC  1000000
 #define RECONNECT_DELAY        200     /* ms */
 
 /*
This page took 0.024172 seconds and 5 git commands to generate.