]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - sig.h
Bash-5.0 patch 10: changes to posix-mode assignment statements preceding functions...
[thirdparty/bash.git] / sig.h
diff --git a/sig.h b/sig.h
index 12552ab9cb8daa13ff0b22ce076a5ce64f889676..4e5b4644249c17072ae86f3c996563895fd32c56 100644 (file)
--- a/sig.h
+++ b/sig.h
@@ -25,9 +25,7 @@
 
 #include "stdc.h"
 
-#if !defined (SIG_DFL)
-#  include <signal.h>          /* for sig_atomic_t */
-#endif
+#include <signal.h>            /* for sig_atomic_t */
 
 #if !defined (SIGABRT) && defined (SIGIOT)
 #  define SIGABRT SIGIOT