diff options
Diffstat (limited to 'src/audio_format.h')
-rw-r--r-- | src/audio_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_format.h b/src/audio_format.h index 3bbca3734..1c9caee7d 100644 --- a/src/audio_format.h +++ b/src/audio_format.h @@ -19,7 +19,7 @@ #ifndef AUDIO_FORMAT_H #define AUDIO_FORMAT_H -#include "mpd_types.h" +#include <stdint.h> struct audio_format { uint32_t sampleRate; |