aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-07 13:23:24 +0100
committerMax Kellermann <max@duempel.org>2008-11-07 13:23:24 +0100
commitec2a00678b813ecf628565f8f75cb3172261bb66 (patch)
tree79aec2bf6a22dcea470beb166897c8496e190a5c
parente67c9454f910f1d202da8d84dc33adec689ae815 (diff)
downloadmpd-ec2a00678b813ecf628565f8f75cb3172261bb66.tar.gz
mpd-ec2a00678b813ecf628565f8f75cb3172261bb66.tar.xz
mpd-ec2a00678b813ecf628565f8f75cb3172261bb66.zip
command.h: include config.h
The source command.h checks for configure.ac options, so it needs to include config.h.
Diffstat (limited to '')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 55d7a9cd8..8cfe9d03b 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,6 +1,8 @@
#ifndef COMMAND_H
#define COMMAND_H
+#include "config.h"
+
#include <stddef.h>
#include <stdio.h>