fix compile error when compiled with --enable-itunes

This commit is contained in:
chme 2015-02-23 22:23:01 +01:00
parent a00c25628e
commit 5bf43b05db

View File

@ -28,6 +28,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <limits.h>
#include <sys/mman.h> #include <sys/mman.h>