summaryrefslogtreecommitdiffstats
path: root/Objects/fileobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/fileobject.c')
-rw-r--r--Objects/fileobject.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index 15263d3..99cdba2 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -30,10 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define BUF(v) GETSTRINGVALUE((stringobject *)v)
-#include "errno.h"
-#ifndef errno
-extern int errno;
-#endif
+#include <errno.h>
typedef struct {
OB_HEAD