fix time.h #includes

This commit is contained in:
Josh Coalson
2004-07-16 00:52:27 +00:00
parent 0bb57d0e82
commit 02d66815b8

View File

@@ -28,11 +28,7 @@
#include <stdio.h> /* for FILE etc. */ #include <stdio.h> /* for FILE etc. */
#include <stdlib.h> /* for malloc */ #include <stdlib.h> /* for malloc */
#include <string.h> /* for strcmp() */ #include <string.h> /* for strcmp() */
#if defined _MSC_VER || defined __MINGW32__
#include <time.h> #include <time.h>
#else
#include <sys/time.h>
#endif
#include "FLAC/all.h" #include "FLAC/all.h"
#include "share/grabbag.h" #include "share/grabbag.h"
#include "encode.h" #include "encode.h"