add units to time, use configuration time api where appropriate, fixing Mantis #1875
[oweals/gnunet.git] / src / util / common_endian.c
index 223144c40c0fabfa7dbed29d03437d070725998a..5d7aa50d5cb2cb337693fc7b6e3eaddd781e91c2 100644 (file)
@@ -27,6 +27,8 @@
 #include "platform.h"
 #include "gnunet_common.h"
 
+#define LOG(kind,...) GNUNET_log_from (kind, "util",__VA_ARGS__)
+
 unsigned long long
 GNUNET_ntohll (unsigned long long n)
 {