From ff5ee907bcd1cc07eded4dff3cc211880cb7baad Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 5 Apr 2012 16:15:22 +0000 Subject: dahdi_dummy: Include timer.h instead of time.h It appears that some kernel configurations do not include timer.h in any of the include files that are included by dahdi_dummy. The timer_structs are defined in timer.h and not time.h, so this change is correct even though I never could find a configuation myself that actually failed to compile. This has negligible impact since dahdi_dummy is not compiled by default. Internal-Issue-ID: DAHLIN-185 Reported-by: Steve Murphy Signed-off-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10640 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi_dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/dahdi_dummy.c b/drivers/dahdi/dahdi_dummy.c index ab7562b..5358f3d 100644 --- a/drivers/dahdi/dahdi_dummy.c +++ b/drivers/dahdi/dahdi_dummy.c @@ -53,7 +53,7 @@ #if defined(USE_HIGHRESTIMER) #include #else -#include +#include #endif #include -- cgit v1.2.3