add utility.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 23 Jun 2001 03:06:23 +0000 (03:06 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 23 Jun 2001 03:06:23 +0000 (03:06 +0000)
include/FLAC/Makefile.am
include/FLAC/all.h

index a79041a..507099a 100644 (file)
@@ -25,4 +25,5 @@ include_HEADERS = \
        ordinals.h \
        seek_table.h \
        stream_decoder.h \
-       stream_encoder.h
+       stream_encoder.h \
+       utility.h
index 3a4c13d..2c3ce60 100644 (file)
@@ -27,5 +27,6 @@
 #include "seek_table.h"
 #include "stream_decoder.h"
 #include "stream_encoder.h"
+#include "utility.h"
 
 #endif