Added cURL version in about

cURL include is now placed in ntop_includes.h
Minor cosmetic Win changes
This commit is contained in:
Luca Deri 2018-04-16 19:12:17 +02:00
parent 65e2302e86
commit 0b024d7dab
5 changed files with 6 additions and 6 deletions

View file

@ -26,9 +26,6 @@
#include <ifaddrs.h>
#endif
#include <curl/curl.h>
#include <string.h>
// A simple struct for strings.
typedef struct {
char *s;