diff options
Diffstat (limited to 'src/combined/nsf_decoder.c')
-rw-r--r-- | src/combined/nsf_decoder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/combined/nsf_decoder.c b/src/combined/nsf_decoder.c index e8b5dd96a..01884f267 100644 --- a/src/combined/nsf_decoder.c +++ b/src/combined/nsf_decoder.c @@ -39,6 +39,8 @@ #include "types.h" #include "nsf.h" +#include "nsf_combined.h" + typedef struct { audio_decoder_class_t decoder_class; } nsf_class_t; |