maint: avoid new syntax-check failures
[debian/gzip] / gzip.c
diff --git a/gzip.c b/gzip.c
index 35b36031f4f3f9739c442578f7e308e7894eed53..16530aa99baf449022da9920171fe4f2444f19b2 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -222,7 +222,9 @@ static int handled_sig[] =
 #ifdef SIGHUP
     , SIGHUP
 #endif
+#if SIGPIPE
     , SIGPIPE
+#endif
 #ifdef SIGTERM
     , SIGTERM
 #endif