From 9f34a8fbd1042ff5b6aacf0953a19839a9d2f7b5 Mon Sep 17 00:00:00 2001 From: eadler Date: Fri, 10 May 2013 18:43:36 +0000 Subject: Make dd's signal handler async safe. PR: bin/75258 Submitted by: "Oleg V. Nauman" Arrival Date: Sun Dec 19 14:50:21 GMT 2004 Reviewed by: mjg, jhb Reviewed by: jilles (earlier version) MFC after: 1 week --- bin/dd/conv_tab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/dd/conv_tab.c') diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 07449fd..ce585df 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include "dd.h" -- cgit v1.1