Minor fixes after moving from caleddon

This commit is contained in:
simon 1999-06-06 11:19:14 +00:00
parent e662194644
commit 985669f701
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Makefile for itinerary engine utilities
# Makefile for Generic Internet Listener Daemon
# $Header$
CC= gcc

View file

@ -21,7 +21,7 @@
#include <string.h>
#include <syslog.h>
#include <arpa/inet.h>
#include <linux/in.h>
/* #include <linux/in.h> */
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>