@@ -1,6 +1,8 @@
#include "mpg123.h"
+#ifdef WIN32
#include <io.h>
+#endif
#include <stdlib.h>
void audio_info_struct_init(struct audio_info_struct *ai)
@@ -10,8 +10,11 @@
#include <sys/time.h>
#endif /* WIN32 */
-#include <fcntl.h>
+
+#include <fcntl.h>
#ifdef READ_MMAP
#include <sys/mman.h>
@@ -3,7 +3,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "mpgbuffer.h"
#include "common.h"
@@ -20,7 +20,9 @@
#include <sys/socket.h>
#ifdef AIX
#include <sys/select.h>