Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.
diff --git a/Python/pyfpe.c b/Python/pyfpe.c
index 77f2dea..4b7f5ba 100644
--- a/Python/pyfpe.c
+++ b/Python/pyfpe.c
@@ -1,4 +1,4 @@
-#include "config.h"
+#include "pyconfig.h"
 #include "pyfpe.h"
 /* 
  * The signal handler for SIGFPE is actually declared in an external