From 615f5ac278bdac87a9649c831eeabb48145b3d7d Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 8 Sep 2009 06:47:05 +0400 Subject: [PATCH] Small changes to make linux/tip happy --- mod/Makefile | 2 -- mod/itc-mod.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/Makefile b/mod/Makefile index d6cb3fd..25fd15e 100644 --- a/mod/Makefile +++ b/mod/Makefile @@ -24,9 +24,7 @@ itc-objs := itc-mod.o hack := $(shell $(CC) -print-search-dirs | sed -n 's;^install: \(.*\);\1include;p;q') export CPATH:=${CPATH}:${hack} -ifdef TOPDIR obj-m := itc.o -endif ifdef K24 itc.o: $(itc-objs) diff --git a/mod/itc-mod.c b/mod/itc-mod.c index 4803613..6a81958 100644 --- a/mod/itc-mod.c +++ b/mod/itc-mod.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include -- 2.11.4.GIT