From dc86ea9870ec40d1de78a038b45220b1f312b289 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 13 Apr 2001 18:53:59 +0000 Subject: [PATCH] add format.h adn seek_table.h --- include/FLAC/all.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 660dddbf..154b8e68 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -22,7 +22,9 @@ #include "encoder.h" #include "file_decoder.h" +#include "format.h" #include "ordinals.h" +#include "seek_table.h" #include "stream_decoder.h" #endif