fix FreeBSD build after 2d3c469
authorFneufneu <fneufneu@xbmc.org>
Sat, 8 Sep 2012 20:58:25 +0000 (22:58 +0200)
committerFneufneu <fneufneu@xbmc.org>
Sat, 8 Sep 2012 20:58:25 +0000 (22:58 +0200)
simply add the TARGET_FREEBSD case

xbmc/storage/MediaManager.cpp

index 24b35fc..681f4ab 100644 (file)
@@ -57,6 +57,8 @@
 #include "osx/DarwinStorageProvider.h"
 #elif defined(TARGET_ANDROID)
 #include "android/AndroidStorageProvider.h"
+#elif defined(TARGET_FREEBSD)
+#include "linux/LinuxStorageProvider.h"
 #elif defined(_LINUX)
 #include "linux/LinuxStorageProvider.h"
 #include <sys/ioctl.h>