mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix time.h #includes
This commit is contained in:
@@ -28,11 +28,7 @@
|
||||
#include <stdio.h> /* for FILE etc. */
|
||||
#include <stdlib.h> /* for malloc */
|
||||
#include <string.h> /* for strcmp() */
|
||||
#if defined _MSC_VER || defined __MINGW32__
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include "FLAC/all.h"
|
||||
#include "share/grabbag.h"
|
||||
#include "encode.h"
|
||||
|
||||
Reference in New Issue
Block a user