From ec2a00678b813ecf628565f8f75cb3172261bb66 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Nov 2008 13:23:24 +0100 Subject: [PATCH] command.h: include config.h The source command.h checks for configure.ac options, so it needs to include config.h. --- src/command.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2