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.
This commit is contained in:
Max Kellermann 2009-10-08 16:57:55 +02:00
parent 16c981d425
commit aa71ce4cd5
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#ifndef MPD_INPUT_STREAM_H
#define MPD_INPUT_STREAM_H
#include "config.h"
#include <stddef.h>
#include <stdbool.h>
#include <sys/types.h>