diff --git a/include/share/grabbag.h b/include/share/grabbag.h index d5733dcc..6ef4fc08 100644 --- a/include/share/grabbag.h +++ b/include/share/grabbag.h @@ -36,6 +36,7 @@ #endif /* These can't be included by themselves, only from within grabbag.h */ +#include "grabbag/cuesheet.h" #include "grabbag/file.h" #include "grabbag/replaygain.h" #include "grabbag/seektable.h" diff --git a/include/share/grabbag/Makefile.am b/include/share/grabbag/Makefile.am index d860a6e0..9b2750e5 100644 --- a/include/share/grabbag/Makefile.am +++ b/include/share/grabbag/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = \ + cuesheet.h \ file.h \ replaygain.h \ seektable.h