]> git.marmaro.de Git - mmh/commitdiff
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 fc5d570790771439cb7e510466ee292ecceb25f0..0fbe33f7a7b8a6c5e91dc38002a350b68fbda2f6 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>