projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55eda7c
)
Fix FTBFS bug introduced by 600379c
author
markus schnalke
<meillo@marmaro.de>
Thu, 9 Apr 2015 10:44:58 +0000
(12:44 +0200)
committer
markus 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
patch
|
blob
|
history
diff --git
a/uip/mhparse.c
b/uip/mhparse.c
index
fc5d570
..
0fbe33f
100644
(file)
--- a/
uip/mhparse.c
+++ b/
uip/mhparse.c
@@
-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>