X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ae5ae3bf5c5709938e3a2bb6203094ede8af45e6..ce5c098f8a19a42ddaeb488ed643ae3b5e697c7b:/secnet.h diff --git a/secnet.h b/secnet.h index 54f5d07..ecbc9de 100644 --- a/secnet.h +++ b/secnet.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -295,6 +296,7 @@ extern void init_builtin_modules(dict_t *dict); extern init_module resolver_module; extern init_module random_module; extern init_module udp_module; +extern init_module polypath_module; extern init_module util_module; extern init_module site_module; extern init_module transform_eax_module;