diff options
author | Campus <campus@ntop.org> | 2018-04-26 11:43:59 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2018-04-26 11:43:59 +0200 |
commit | 23042b3c9ade1e1ca7d5a0a5a69403c1d6e5a503 (patch) | |
tree | 4f66ed6941adbb870de7fdf5981d305df07ae146 /example/ndpiReader.c | |
parent | b92541a08e64ea1d4295f1469f3df070929bc853 (diff) | |
parent | e819899221477b23f24b1fb57141f3c93f3d2305 (diff) |
Merge branch 'dsokoloski-pr-autoconf-config-include-fix' into dev
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index ddd83bb74..6a4c31ade 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -18,6 +18,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "ndpi_config.h" +#endif + #ifdef linux #define _GNU_SOURCE #include <sched.h> |