From: markus schnalke Date: Thu, 9 Apr 2015 10:44:58 +0000 (+0200) Subject: Fix FTBFS bug introduced by 600379c X-Git-Tag: mmh-0.2-RC1~43 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=803fbeb16fac49e0b6b1bdf1e4c2874bcf901749;ds=sidebyside Fix FTBFS bug introduced by 600379c One #include of h/signals.h is still necessary. --- diff --git a/uip/mhparse.c b/uip/mhparse.c index fc5d570..0fbe33f 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -8,6 +8,7 @@ #include #include +#include #include #include #include