minor #include changes
This commit is contained in:
parent
da0adb2056
commit
04d1aa3553
@ -20,7 +20,6 @@
|
||||
#include <sys/utime.h> /* for utime() */
|
||||
#include <io.h> /* for chmod() */
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <utime.h> /* for utime() */
|
||||
#include <unistd.h> /* for chown() */
|
||||
#endif
|
||||
|
@ -19,6 +19,8 @@
|
||||
#ifndef flac__file_h
|
||||
#define flac__file_h
|
||||
|
||||
#include <sys/types.h> /* for off_t */
|
||||
|
||||
void flac__file_copy_metadata(const char *srcpath, const char *destpath);
|
||||
off_t flac__file_get_filesize(const char *srcpath);
|
||||
const char *flac__file_get_basename(const char *srcpath);
|
||||
|
Loading…
Reference in New Issue
Block a user