Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
02d66815
Commit
02d66815
authored
Jul 16, 2004
by
Josh Coalson
Browse files
fix time.h #includes
parent
0bb57d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/encode.c
View file @
02d66815
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment