ports/audio/streamripper/patches/patch-lib_utf8_c

11 lines
240 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- lib/utf8.c.orig Mon Nov 21 00:22:13 2011
+++ lib/utf8.c Mon Nov 21 00:22:25 2011
@@ -20,6 +20,7 @@
/*
* Convert a string between UTF-8 and the locale's charset.
*/
+#include "srconfig.h"
#include <stdlib.h>
#include <string.h>