]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
fsck.c:
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 13 Jan 2005 02:44:50 +0000 (03:44 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 13 Jan 2005 02:44:50 +0000 (03:44 +0100)
  Include <signal.h> to avoid compiler trouble.

misc/fsck.c

index 4896687ad7c5d79e1cd8fffc4a50014cc0659cf2..06ee02b30adea60c3935e9870bc27807f625a2af 100644 (file)
@@ -52,6 +52,9 @@
 #if HAVE_MALLOC_H
 #include <malloc.h>
 #endif
+#ifdef HAVE_SIGNAL_H
+#include <signal.h>
+#endif
 
 #include "../version.h"
 #include "nls-enable.h"