Imported from ../bash-2.01.1.tar.gz.
[platform/upstream/bash.git] / trap.h
diff --git a/trap.h b/trap.h
index 1983a47..b39d5e9 100644 (file)
--- a/trap.h
+++ b/trap.h
@@ -24,7 +24,7 @@
 #include "stdc.h"
 
 #if !defined (SIG_DFL)
-#include <sys/types.h>
+#include "bashtypes.h"
 #include <signal.h>
 #endif /* SIG_DFL */