mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Audacious plugin that support the Monkey's Audio lossless formats PR: 113960 Submitted by: buganini @ gmail . com
8 lines
191 B
C
8 lines
191 B
C
--- src/common.h Sat Apr 9 20:06:20 2005
|
|
+++ src/common.h Sun Jun 24 06:03:13 2007
|
|
@@ -3,3 +3,5 @@
|
|
#include <libintl.h>
|
|
|
|
#define _(String) gettext (String)
|
|
+
|
|
+#include "url2filename.cpp"
|