use putenv instead of setenv for portability
[oweals/gnunet.git] / src / util / time.c
index d3dd3b5eca60a2527fcc1c773a8729ec0323fc06..3ee15516a165185dc8717ba71cee00358f9e6f9d 100644 (file)
@@ -26,6 +26,8 @@
 #include "platform.h"
 #include "gnunet_time_lib.h"
 
+#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+
 static long long timestamp_offset;
 
 /**