diff options
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 015e7a854..e422b8fe5 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -46,6 +46,7 @@ #endif #include "ndpi_content_match.c.inc" +#include "ndpi_dga_match.c.inc" #include "ndpi_azure_match.c.inc" #include "ndpi_tor_match.c.inc" #include "ndpi_whatsapp_match.c.inc" @@ -57,6 +58,8 @@ #include "ndpi_ms_onedrive_match.c.inc" #include "ndpi_ms_outlook_match.c.inc" #include "ndpi_ms_skype_teams_match.c.inc" + +/* Third party libraries */ #include "third_party/include/ndpi_patricia.h" #include "third_party/include/ndpi_md5.h" |