]> diplodocus.org Git - nmh/blobdiff - sbr/ext_hook.c
Garbage collect closefds()
[nmh] / sbr / ext_hook.c
index b88be2db45d63ec9de8f31f7ba5ca2f97d53ed40..ede098f09fd4dbb288a6d46811a3c49c74abf6e0 100644 (file)
@@ -6,7 +6,12 @@
  *     Only produce the error message once.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "ext_hook.h"
+#include "context_find.h"
+#include "pidstatus.h"
+#include "arglist.h"
+#include "error.h"
 
 int
 ext_hook(char *hook_name, char *message_file_name_1, char *message_file_name_2)