diff options
author | Gabor X Toth <*@tg-x.net> | 2014-05-29 16:35:55 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2014-05-29 16:35:55 +0000 |
commit | 9955561e1b204ccf23fbf841f409bd3ef79be88c (patch) | |
tree | 0271c23ae9f1dad72266a0e6073d696e5afca027 /src/psyc/psyc_util_lib.c | |
parent | a5877668ba805c5e0efe622e6ce4c58ff5609bf9 (diff) |
psyc, multicast: reorg code, use new client manager & psyc util lib
Diffstat (limited to 'src/psyc/psyc_util_lib.c')
-rw-r--r-- | src/psyc/psyc_util_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psyc/psyc_util_lib.c b/src/psyc/psyc_util_lib.c index 6dd9681900..0104c93e85 100644 --- a/src/psyc/psyc_util_lib.c +++ b/src/psyc/psyc_util_lib.c @@ -28,6 +28,7 @@ #include "platform.h" #include "gnunet_util_lib.h" +#include "gnunet_env_lib.h" #include "gnunet_psyc_service.h" #include "gnunet_psyc_util_lib.h" |