From 70b9339745fb788bb50b7936bd804a540a6dcd89 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 15 Dec 2006 12:48:20 +0000 Subject: [PATCH] missing #include config.h [r8469] --- ir/stat/const_stat.c | 4 ++++ ir/stat/pattern.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ir/stat/const_stat.c b/ir/stat/const_stat.c index 4309b2fb4..156130678 100644 --- a/ir/stat/const_stat.c +++ b/ir/stat/const_stat.c @@ -8,6 +8,10 @@ * Copyright: (c) 2004 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "firmstat_t.h" #include "tv_t.h" diff --git a/ir/stat/pattern.c b/ir/stat/pattern.c index d11cc1184..e8511a298 100644 --- a/ir/stat/pattern.c +++ b/ir/stat/pattern.c @@ -1,6 +1,11 @@ /* * pattern history */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -- 2.20.1