From aa71ce4cd58bd38ca3798d29ef3e05df07280ae7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 8 Oct 2009 16:57:55 +0200 Subject: input_stream: include config.h for AC_SYS_LARGEFILE macros AC_SYS_LARGEFILE defines macros for config.h. If we don't include config.h, we don't get large file support. --- src/input_stream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input_stream.h') diff --git a/src/input_stream.h b/src/input_stream.h index 35b0d44f..62fc9e7c 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -20,6 +20,8 @@ #ifndef MPD_INPUT_STREAM_H #define MPD_INPUT_STREAM_H +#include "config.h" + #include #include #include -- cgit v1.2.3