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
This commit is contained in:
calvin 2008-06-26 20:39:08 +00:00
parent f9695ed2e5
commit 3b94dd2810

View file

@ -18,6 +18,8 @@
#include "Python.h"
#ifndef WIN32
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/route.h>
#include <net/if.h>
#endif