From 322d9d48523a555eab82824fded8b058cf1ba58b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 13 Jan 2005 03:44:50 +0100 Subject: [PATCH] fsck.c: Include to avoid compiler trouble. --- misc/fsck.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/fsck.c b/misc/fsck.c index 4896687..06ee02b 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" -- 1.8.3.1