aboutsummaryrefslogtreecommitdiff
path: root/src/input_stream.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-08 16:57:55 +0200
committerMax Kellermann <max@duempel.org>2009-10-08 16:57:55 +0200
commitaa71ce4cd58bd38ca3798d29ef3e05df07280ae7 (patch)
treef6ccaa19f1bdba92b3d57f4fd80b073711776b8b /src/input_stream.h
parent16c981d425d4021d696630566ce531a3ce50d01d (diff)
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.
Diffstat (limited to 'src/input_stream.h')
-rw-r--r--src/input_stream.h2
1 files changed, 2 insertions, 0 deletions
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 <stddef.h>
#include <stdbool.h>
#include <sys/types.h>