summaryrefslogtreecommitdiff
path: root/hdlctest.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-31 19:01:33 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-31 19:01:33 +0000
commit96f60efee8c9f08e30dece68a4671d065889ee22 (patch)
tree98d049ee6851fcdc71a547768dc820857bb689c5 /hdlctest.c
parent92e6d005b1107055cdd62f41fc06bda8e98b14b3 (diff)
make it simpler for existing userspace apps to use the new zaptel.h that requires linux/types.h
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2059 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'hdlctest.c')
-rw-r--r--hdlctest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hdlctest.c b/hdlctest.c
index fd74bbb..d67a552 100644
--- a/hdlctest.c
+++ b/hdlctest.c
@@ -2,10 +2,8 @@
#include <fcntl.h>
#include <string.h>
#include <errno.h>
-#include <linux/types.h>
#include <linux/zaptel.h>
#include <stdio.h>
-#include <linux/types.h>
#include <linux/ppp_defs.h>
#include <sys/ioctl.h>
#include <unistd.h>