includes changed because of problems with Linux 2.1 kernel includes

This commit is contained in:
paul 1998-08-05 07:40:19 +00:00
parent d60a319708
commit 33b18798d9
1 changed files with 3 additions and 2 deletions

View File

@ -27,10 +27,11 @@
#include <time.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <linux/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <linux/isdn.h>
#include <netdb.h>
#include <linux/socket.h>
#include <linux/in.h>
#include <linux/isdn_timru.h>
#include <linux/isdn_budget.h>