Revert "changed timer source (#522)" (#536)

This reverts commit 0298efa36e.
This commit is contained in:
Logan oos Even
2020-12-19 12:26:54 +01:00
committed by GitHub
parent 1c29fbee8a
commit 599e424b5d
3 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -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>