From 6969f75f39ff84649dca241da7dda26add3ea8ce Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 23 Jun 2001 03:06:23 +0000 Subject: [PATCH] add utility.h --- include/FLAC/Makefile.am | 3 ++- include/FLAC/all.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/FLAC/Makefile.am b/include/FLAC/Makefile.am index a79041a..507099a 100644 --- a/include/FLAC/Makefile.am +++ b/include/FLAC/Makefile.am @@ -25,4 +25,5 @@ include_HEADERS = \ ordinals.h \ seek_table.h \ stream_decoder.h \ - stream_encoder.h + stream_encoder.h \ + utility.h diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 3a4c13d..2c3ce60 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -27,5 +27,6 @@ #include "seek_table.h" #include "stream_decoder.h" #include "stream_encoder.h" +#include "utility.h" #endif -- 2.7.4