aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpd_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpd_types.h')
-rw-r--r--src/mpd_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 765d0d001..35ff3604f 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -41,4 +41,9 @@ typedef unsigned long mpd_uint32;
typedef signed long mpd_sint32;
#endif
+union const_hack {
+ const char *in;
+ char *out;
+};
+
#endif