65677fa82f
is a free and open source cross-platform media-player and entertainment hub. WWW: http://xbmc.org/ PR: ports/153528 Submitted by: Mickael Maillot <mickael dot maillot at gmail dot com> Thanks to: multimedia@, avg
14 lines
402 B
C++
14 lines
402 B
C++
Index: xbmc/addons/Addon.cpp
|
|
===================================================================
|
|
--- xbmc/addons/Addon.cpp (revision 35575)
|
|
+++ xbmc/addons/Addon.cpp (working copy)
|
|
@@ -29,6 +29,9 @@
|
|
#ifdef __APPLE__
|
|
#include "../osx/OSXGNUReplacements.h"
|
|
#endif
|
|
+#ifdef __FreeBSD__
|
|
+#include "FreeBSDGNUReplacements.h" // strverscmp
|
|
+#endif
|
|
#include "log.h"
|
|
#include <vector>
|
|
#include <string.h>
|