summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e67c945)
raw | patch | inline | side by side (parent: e67c945)
author | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 12:23:24 +0000 (13:23 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 12:23:24 +0000 (13:23 +0100) |
The source command.h checks for configure.ac options, so it needs to
include config.h.
include config.h.
src/command.h | patch | blob | history |
diff --git a/src/command.h b/src/command.h
index 55d7a9cd82e480a5eb963ba559d82365cec51577..8cfe9d03b62a909c6d363ad61a386e928bfd11b3 100644 (file)
--- a/src/command.h
+++ b/src/command.h
#ifndef COMMAND_H
#define COMMAND_H
+#include "config.h"
+
#include <stddef.h>
#include <stdio.h>