diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-08-19 21:48:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 21:48:38 +0200 |
commit | d87bdf93025e4eb1d43b0f1076d777dad92fe1d4 (patch) | |
tree | 2a0a143f1ec4250f6909f3f73da655e464773b10 /src/lib/ndpi_community_id.c | |
parent | 673d8b7fac1f7c1f3865348190a9d48bff58f176 (diff) | |
parent | 56a3a33bc0e21640ab1c345b7953e7b5c076673b (diff) |
Merge pull request #977 from adek05/dev
Enable building on OpenBSD 6.7
Diffstat (limited to 'src/lib/ndpi_community_id.c')
-rw-r--r-- | src/lib/ndpi_community_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_community_id.c b/src/lib/ndpi_community_id.c index 72f60c746..cc8436928 100644 --- a/src/lib/ndpi_community_id.c +++ b/src/lib/ndpi_community_id.c @@ -31,6 +31,7 @@ #include "ndpi_api.h" #include "ndpi_config.h" +#include "ndpi_includes.h" #include <time.h> #ifndef WIN32 |