diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-01 12:33:06 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-06 12:42:32 +0100 |
commit | 85a4e32d1b0f804b1982535ee16daa560949e611 (patch) | |
tree | b1e3369ff6ec69e3abb785f922d645c006e52dcb | |
parent | bcc2125ed48b1a557163427ba8377a61febb8e2a (diff) |
Fixed missing include for `struct sockaddr*`.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | dependencies/nDPIsrvd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies/nDPIsrvd.h b/dependencies/nDPIsrvd.h index 77d91bd9d..11f651435 100644 --- a/dependencies/nDPIsrvd.h +++ b/dependencies/nDPIsrvd.h @@ -5,6 +5,7 @@ #include <ctype.h> #include <errno.h> #include <fcntl.h> +#include <netinet/in.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h> |