View | Details | Raw Unified
Collapse All | Expand All

(-) /tmp/linux-atm-2.4.1/src/arpd/io.c (+3 lines)
 Lines 16-22    Link Here 
#include <sys/types.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/ioctl.h>
#include <linux/version.h>
#if	LINUX_VERSION_CODE != KERNEL_VERSION(2,6,17)
#include <net/if.h>
#include <net/if.h>
#endif
#include <netinet/in.h>
#include <netinet/in.h>
#include <atm.h>
#include <atm.h>
#include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */
#include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */