From ca74c2dd47b60da6de4c4360f19305d745f82b50 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 2 Aug 2010 18:27:26 +0200 Subject: [PATCH] fixed linking of inputrec.h --- include/inputrec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/inputrec.h b/include/inputrec.h index 4eaa5e7954..2faa843551 100644 --- a/include/inputrec.h +++ b/include/inputrec.h @@ -30,6 +30,8 @@ #include +#include "types/inputrec.h" + #ifdef __cplusplus extern "C" { -- 2.11.4.GIT