mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
11 lines
300 B
C++
11 lines
300 B
C++
--- xbmc/utils/StringUtils.cpp.orig 2022-05-22 09:59:08 UTC
|
|
+++ xbmc/utils/StringUtils.cpp
|
|
@@ -17,7 +17,7 @@
|
|
//------------------------------------------------------------------------
|
|
|
|
#ifdef HAVE_NEW_CROSSGUID
|
|
-#include <crossguid/guid.hpp>
|
|
+#include <guid.hpp>
|
|
#else
|
|
#include <guid.h>
|
|
#endif
|