Moved ndpi_config.h from ndpi_main.h to ndpi_main.c, and example source files.

This commit is contained in:
Darryl Sokoloski 2018-04-16 13:18:04 -04:00
parent 7798b964fe
commit c54a8f8cfa
4 changed files with 12 additions and 1 deletions

View file

@ -18,6 +18,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "ndpi_config.h"
#endif
#ifdef linux
#define _GNU_SOURCE
#include <sched.h>

View file

@ -21,6 +21,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "ndpi_config.h"
#endif
#include <stdlib.h>
#ifdef WIN32