Commit 6f11941e authored by Avuton Olrich's avatar Avuton Olrich

Fix Sun C 5.9 / C99 compatiblity

git-svn-id: https://svn.musicpd.org/mpd/trunk@7041 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 6050541d
......@@ -39,6 +39,9 @@ typedef struct _ConvState {
mpd_sint32 lastInSampleRate;
mpd_sint32 lastOutSampleRate;
int error;
#else
/* Strict C99 doesn't allow empty structs */
void *__padding;
#endif
} ConvState;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment