psendfile: Fixed missing include.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 2 Apr 2018 01:18:47 +0000 (03:18 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 2 Apr 2018 01:18:47 +0000 (03:18 +0200)
src/psendfile.c

index 3e26f8f..464440a 100644 (file)
@@ -25,6 +25,7 @@
 #include <sys/stat.h>
 #include <stdint.h>
 #include <time.h>
+#include <signal.h>
 #include <magic.h>
 #include <locale.h>
 #include <langinfo.h>