From 3b94dd2810f9fcf3fa43af11116ea49a0bb018f2 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 26 Jun 2008 20:39:08 +0000 Subject: [PATCH] Add more includes needed by MacOSX to compile. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3832 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/network/_network.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linkcheck/network/_network.c b/linkcheck/network/_network.c index 03c23ba3..9fa18098 100644 --- a/linkcheck/network/_network.c +++ b/linkcheck/network/_network.c @@ -18,6 +18,8 @@ #include "Python.h" #ifndef WIN32 #include +#include +#include #include #endif