]> www.dolda2000.com Git - ashd.git/commitdiff
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 3e26f8f0033fff6caf0c99af58e4ac06eac57d93..464440a0ae598c921f892664466cc64d9e051cd3 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>