Whamcloud - gitweb
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 4896687..06ee02b 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"