summaryrefslogtreecommitdiff
path: root/src/metaflac/operations_shorthand_seektable.c
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-05-24 04:41:36 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-05-24 04:41:36 +0000
commitb1ec796bda9e8e93da8ffa7825b3713980330ee8 (patch)
tree66a531f70dcf4f38b73f06754e4b50275b837877 /src/metaflac/operations_shorthand_seektable.c
parent6977bda10c71482dd69035e55129105f73084924 (diff)
downloadflac-b1ec796bda9e8e93da8ffa7825b3713980330ee8.tar.gz
complete largefile support
Diffstat (limited to 'src/metaflac/operations_shorthand_seektable.c')
-rw-r--r--src/metaflac/operations_shorthand_seektable.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/metaflac/operations_shorthand_seektable.c b/src/metaflac/operations_shorthand_seektable.c
index 8ab93e28..51ba63e4 100644
--- a/src/metaflac/operations_shorthand_seektable.c
+++ b/src/metaflac/operations_shorthand_seektable.c
@@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "utils.h"
#include "FLAC/assert.h"
#include "FLAC/file_decoder.h"