diff options
author | Max Kellermann <max@duempel.org> | 2008-11-07 13:23:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-07 13:23:24 +0100 |
commit | ec2a00678b813ecf628565f8f75cb3172261bb66 (patch) | |
tree | 79aec2bf6a22dcea470beb166897c8496e190a5c /src | |
parent | e67c9454f910f1d202da8d84dc33adec689ae815 (diff) | |
download | mpd-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 'src')
-rw-r--r-- | src/command.h | 2 |
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> |