Imported from ../bash-2.04.tar.gz.
[platform/upstream/bash.git] / trap.h
diff --git a/trap.h b/trap.h
index 1983a47..c833cd4 100644 (file)
--- a/trap.h
+++ b/trap.h
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU General Public License along
    with Bash; see the file COPYING.  If not, write to the Free Software
-   Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+   Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
 
 #if !defined (_TRAP_H_)
 #define _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 */