[common] fix building on mingw for linux

This commit is contained in:
Geoffrey McRae 2020-01-28 05:10:38 +11:00
parent 5d39b6160a
commit 6e62ea5364
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
B1-133-ga9e8187f28+1
B1-134-g5d39b6160a+1

View File

@ -17,6 +17,10 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
#include <stdio.h>
#include <inttypes.h>
#include "time.h"