mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
This reverts commit 0298efa36e.
This commit is contained in:
+1
-1
@@ -54,6 +54,7 @@
|
||||
|
||||
#define PACKAGE_BUILDDATE (__DATE__ " " __TIME__)
|
||||
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -120,7 +121,6 @@
|
||||
#define closesocket(a) close(a)
|
||||
#endif /* #ifndef WIN32 */
|
||||
|
||||
#include <time.h> /* should be included after eventually including unistd.h for _POSIX_TIMERS macro gets correctly defined */
|
||||
#include "minilzo.h"
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user