shared smallut

This commit is contained in:
Jean-Francois Dockes 2018-12-16 16:19:39 +01:00
parent 136decd6b2
commit 8b4174feb1

View File

@ -17,10 +17,13 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef _WIN32
// needed for localtime_r under mingw?
#define _POSIX_THREAD_SAFE_FUNCTIONS
#endif
#include <time.h> #include <time.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <time.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>