From: Max Kellermann Date: Fri, 7 Nov 2008 12:23:24 +0000 (+0100) Subject: command.h: include config.h X-Git-Tag: v0.12_alpha1~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec2a00678b813ecf628565f8f75cb3172261bb66;p=ncmpc.git command.h: include config.h The source command.h checks for configure.ac options, so it needs to include config.h. --- diff --git a/src/command.h b/src/command.h index 55d7a9c..8cfe9d0 100644 --- a/src/command.h +++ b/src/command.h @@ -1,6 +1,8 @@ #ifndef COMMAND_H #define COMMAND_H +#include "config.h" + #include #include