fix time.h #includes
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 16 Jul 2004 00:52:27 +0000 (00:52 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 16 Jul 2004 00:52:27 +0000 (00:52 +0000)
src/flac/encode.c

index 1bf51da..1f7b286 100644 (file)
 #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"