Removed a #inlclude <errno.h> since it's implied with "Python.h"
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c
index b78369c..aef671c 100644
--- a/Modules/errnomodule.c
+++ b/Modules/errnomodule.c
@@ -37,8 +37,6 @@
  * Pull in the system error definitions
  */ 
 
-#include <errno.h>
-
 static PyMethodDef errno_methods[] = {
   {NULL,	NULL}
 };