Changes for Lee Busby's SIGFPE patch set.
New file pyfpe.h, new exception FloatingPointError.
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 8c7f6c3..f2961c0 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -113,4 +113,6 @@
 #include "rename2.h"
 #endif
 
+#include "pyfpe.h"
+
 #endif /* !Py_ALLOBJECTS_H */