mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor fix for MSVC
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if !defined _MSC_VER && !defined __MINGW32__
|
||||
#if defined _MSC_VER || defined __MINGW32__
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include "FLAC/assert.h"
|
||||
|
||||
Reference in New Issue
Block a user