diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-05-24 04:41:36 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-05-24 04:41:36 +0000 |
commit | b1ec796bda9e8e93da8ffa7825b3713980330ee8 (patch) | |
tree | 66a531f70dcf4f38b73f06754e4b50275b837877 /src/test_streams/main.c | |
parent | 6977bda10c71482dd69035e55129105f73084924 (diff) | |
download | flac-b1ec796bda9e8e93da8ffa7825b3713980330ee8.tar.gz |
complete largefile support
Diffstat (limited to 'src/test_streams/main.c')
-rw-r--r-- | src/test_streams/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test_streams/main.c b/src/test_streams/main.c index fc4e631b..1780a584 100644 --- a/src/test_streams/main.c +++ b/src/test_streams/main.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 <math.h> #include <stdio.h> #include <stdlib.h> |