Fix FTBFS bug introduced by 600379c
authormarkus schnalke <meillo@marmaro.de>
Thu, 9 Apr 2015 10:44:58 +0000 (12:44 +0200)
committermarkus schnalke <meillo@marmaro.de>
Thu, 9 Apr 2015 10:44:58 +0000 (12:44 +0200)
One #include of h/signals.h is still necessary.

uip/mhparse.c

index fc5d570..0fbe33f 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <h/mh.h>
 #include <fcntl.h>
+#include <h/signals.h>
 #include <errno.h>
 #include <h/tws.h>
 #include <h/mime.h>