aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.c
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2018-04-26 11:43:00 +0200
committerCampus <campus@ntop.org>2018-04-26 11:43:00 +0200
commite819899221477b23f24b1fb57141f3c93f3d2305 (patch)
tree4f66ed6941adbb870de7fdf5981d305df07ae146 /example/ndpi_util.c
parentb92541a08e64ea1d4295f1469f3df070929bc853 (diff)
parentc54a8f8cfa11e551d7cddcae3e06e81a59e71cba (diff)
Merge branch 'pr-autoconf-config-include-fix' of https://github.com/dsokoloski/nDPI into dsokoloski-pr-autoconf-config-include-fix
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r--example/ndpi_util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/ndpi_util.c b/example/ndpi_util.c
index 104aa4db5..0d690e767 100644
--- a/example/ndpi_util.c
+++ b/example/ndpi_util.c
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include "ndpi_config.h"
+#endif
+
#include <stdlib.h>
#ifdef WIN32