From 2f66d2f98d507c39ffac96fa2654e9f99071b02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 4 Jan 2011 21:42:36 +0100 Subject: [PATCH] Add missing inclusion of config.h --- src/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trap.c b/src/trap.c index 13c2d8f4..0184f1f8 100644 --- a/src/trap.c +++ b/src/trap.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - +#include "config.h" #include "trap.h" char tvh_binshasum[20];