Commit aa71ce4c authored by Max Kellermann's avatar Max Kellermann

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.
parent 16c981d4
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment