aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_includes.h')
-rw-r--r--src/include/ndpi_includes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_includes.h b/src/include/ndpi_includes.h
index ce36a25f9..f77f8cfc4 100644
--- a/src/include/ndpi_includes.h
+++ b/src/include/ndpi_includes.h
@@ -1,7 +1,7 @@
/*
* ndpi_includes.h
*
- * Copyright (C) 2011-15 - ntop.org
+ * Copyright (C) 2011-16 - ntop.org
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
@@ -35,6 +35,7 @@
#ifdef WIN32
#include "ndpi_win32.h"
#else
+#include <sys/types.h>
#include <sys/param.h>
#include <pthread.h>
#include <arpa/inet.h>