Add support for flac metatag reading and playback on win32.

This commit is contained in:
Ron Pedde
2006-05-28 06:36:28 +00:00
parent 89b6af89b3
commit e7d04dbd6b
3 changed files with 14 additions and 6 deletions

View File

@@ -33,9 +33,12 @@
#include <stdlib.h>
#include <string.h>
#include <netinet/in.h> /* htons and friends */
#ifndef WIN32
# include <netinet/in.h> /* htons and friends */
# include <dirent.h> /* why here? For osx 10.2, of course! */
#endif
#include <sys/stat.h>
#include <dirent.h> /* why here? For osx 10.2, of course! */
#include "restart.h"
#include "daapd.h"