Support for MaxOS/X.

This commit is contained in:
Guus Sliepen 2002-04-19 14:06:40 +00:00
parent 97d492d9e2
commit 40c2e36a96
5 changed files with 31 additions and 4 deletions

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: netutl.c,v 1.12.4.34 2002/04/05 09:11:38 guus Exp $
$Id: netutl.c,v 1.12.4.35 2002/04/19 14:06:40 guus Exp $
*/
#include "config.h"
@ -27,6 +27,7 @@
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <signal.h>
#include <sys/socket.h>

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: route.c,v 1.1.2.37 2002/03/19 00:08:23 guus Exp $
$Id: route.c,v 1.1.2.38 2002/04/19 14:06:40 guus Exp $
*/
#include "config.h"
@ -40,6 +40,7 @@
#include <xalloc.h>
#include <syslog.h>
#include <string.h>
#include <stdint.h>
#include <avl_tree.h>