]> git.marmaro.de Git - mmh/blobdiff - sbr/mf.c
Remove h/nmh.h
[mmh] / sbr / mf.c
index 6338a6eff711aa3ad056e43af3e6625a74d1c63b..17809976ad9bc04175f2252eb2276cf93a92c0e2 100644 (file)
--- a/sbr/mf.c
+++ b/sbr/mf.c
@@ -10,6 +10,9 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <h/utils.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
 
 /*
 ** static prototypes
@@ -539,7 +542,7 @@ route(char *buffer)
 
                                default:
                                        sprintf(err, "no at-sign found for next domain in route (%s)",
-                                                        buffer);
+                                                       buffer);
                                }
                                break;
                        }