From: Matthias Andree Date: Thu, 13 Jan 2005 02:44:50 +0000 (+0100) Subject: fsck.c: X-Git-Tag: E2FSPROGS-1_36~61 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=322d9d48523a555eab82824fded8b058cf1ba58b;p=tools%2Fe2fsprogs.git fsck.c: Include to avoid compiler trouble. --- 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"