Skip to content

Instantly share code, notes, and snippets.

View tholu's full-sized avatar
🎯
Focusing

Thomas Lutz tholu

🎯
Focusing
View GitHub Profile
@tholu
tholu / utf8_patch.diff
Last active December 18, 2015 18:39
UTF8 patch for Subversion 1.8.0
--- subversion/libsvn_subr/path.c.original 2013-07-02 23:04:31.000000000 +0200
+++ subversion/libsvn_subr/path.c 2013-07-02 23:29:30.000000000 +0200
@@ -40,6 +40,9 @@
#include "dirent_uri.h"
+#if defined(DARWIN)
+#include <CoreFoundation/CoreFoundation.h>
+#endif /* DARWIN */