summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-06-23 03:06:23 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-06-23 03:06:23 +0000
commit6969f75f39ff84649dca241da7dda26add3ea8ce (patch)
tree488b91a0fb9e190acced30054039d0ab45f404e3 /include
parent78713560857a56801a3675d6ad61faa390e9284c (diff)
downloadflac-6969f75f39ff84649dca241da7dda26add3ea8ce.tar.gz
add utility.h
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/Makefile.am3
-rw-r--r--include/FLAC/all.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/FLAC/Makefile.am b/include/FLAC/Makefile.am
index a79041a1..507099a8 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 3a4c13db..2c3ce60e 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