From 322d9d48523a555eab82824fded8b058cf1ba58b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 13 Jan 2005 03:44:50 +0100 Subject: fsck.c: Include to avoid compiler trouble. --- misc/fsck.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc/fsck.c') diff --git a/misc/fsck.c b/misc/fsck.c index 4896687a..06ee02b3 100644 --- a/misc/fsck.c +++ b/misc/fsck.c @@ -52,6 +52,9 @@ #if HAVE_MALLOC_H #include #endif +#ifdef HAVE_SIGNAL_H +#include +#endif #include "../version.h" #include "nls-enable.h" -- cgit v1.2.3