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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 7a81fef63..1ef87afd8 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -40,4 +40,6 @@ typedef unsigned long mpd_uint32;
typedef signed long mpd_sint32;
#endif
+typedef float mpd_float32;
+
#endif