move signal.c into lib/sys
[apps/madmutt.git] / filter.c
index 530f16f..ef052b5 100644 (file)
--- a/filter.c
+++ b/filter.c
 # include "config.h"
 #endif
 
-#include "mutt.h"
-
 #include <unistd.h>
 #include <stdlib.h>
 #include <sys/wait.h>
 
+#include <lib-sys/mutt_signal.h>
+
+#include "mutt.h"
+
 /* Invokes a commmand on a pipe and optionally connects its stdin and stdout
  * to the specified handles.
  */