Minor fixes after moving from caleddon
This commit is contained in:
parent
e662194644
commit
985669f701
|
@ -1,4 +1,4 @@
|
||||||
# Makefile for itinerary engine utilities
|
# Makefile for Generic Internet Listener Daemon
|
||||||
# $Header$
|
# $Header$
|
||||||
|
|
||||||
CC= gcc
|
CC= gcc
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <linux/in.h>
|
/* #include <linux/in.h> */
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
Loading…
Reference in a new issue