diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-09-10 19:11:58 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-09-10 19:11:58 +0200 |
commit | 96b0a8a4749f56244b9d6841de3696ab7fe1fd0e (patch) | |
tree | 048ff902133f63e4a9addf24b85d43eb3c8f131c /nDPId-test.c | |
parent | 091fd4d11654949e2d8e6c8f03cc9c675d472a91 (diff) |
Add event I/O abstraction.
* required to support non-Linux OS e.g. Mac OS X / BSD
* see Github issue #19
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 081662c78..8167a8ebe 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -10,6 +10,7 @@ static void nDPIsrvd_memprof_log_free(size_t free_size); //#define VERBOSE_MEMORY_PROFILING 1 #define NO_MAIN 1 #include "utils.c" +#include "nio.c" #include "nDPIsrvd.c" #include "nDPId.c" |