From 57968a8ab19b45b5d128656f6bed2581aee2ef22 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:38:17 +0200 Subject: sig: add signal handling functions Add an extra file for signal handling functions. Signed-off-by: Daniel Borkmann --- astraceroute.c | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute.c') diff --git a/astraceroute.c b/astraceroute.c index 1469f8f..a7f04c6 100644 --- a/astraceroute.c +++ b/astraceroute.c @@ -34,6 +34,7 @@ #include "bpf.h" #include "die.h" #include "dev.h" +#include "sig.h" #include "tprintf.h" #include "pkt_buff.h" #include "proto.h" -- cgit v1.2.3-54-g00ecf