use putenv instead of setenv for portability
[oweals/gnunet.git] / src / util / container_multihashmap.c
index 974d6c7f76135c321b371ab8eecae4e88c7a5b47..7e53a6440ee5c99fc66278c08355910ffc1718b6 100644 (file)
@@ -28,6 +28,8 @@
 #include "gnunet_container_lib.h"
 #include "gnunet_crypto_lib.h"
 
+#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+
 /**
  * An entry in the hash map.
  */