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:
parent
16c981d425
commit
aa71ce4cd5
@ -20,6 +20,8 @@
|
|||||||
#ifndef MPD_INPUT_STREAM_H
|
#ifndef MPD_INPUT_STREAM_H
|
||||||
#define MPD_INPUT_STREAM_H
|
#define MPD_INPUT_STREAM_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user