diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-03-17 17:41:19 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-03-17 17:41:19 +0100 |
commit | c68c1750ba4b00096efab74829f5be7408261eed (patch) | |
tree | 679e9116516829ff04d49a23d5b56e4be1727789 /dependencies/nDPIsrvd.h | |
parent | 1c3ef69faa6927ac732a079c7f8efcb20bf1020e (diff) |
Switched to CMake build system.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'dependencies/nDPIsrvd.h')
-rw-r--r-- | dependencies/nDPIsrvd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/nDPIsrvd.h b/dependencies/nDPIsrvd.h index c2fee80d7..43b18d202 100644 --- a/dependencies/nDPIsrvd.h +++ b/dependencies/nDPIsrvd.h @@ -13,7 +13,7 @@ #include <unistd.h> #include "config.h" -#include "jsmn/jsmn.h" +#include "jsmn.h" #include "utarray.h" #include "uthash.h" |