summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-03-01 23:27:51 +0000
committerShaun Ruffell <sruffell@digium.com>2010-03-01 23:27:51 +0000
commit5745e6e470f4cbf15f1dc17b6f324fc016e15a16 (patch)
tree49b9bc04ed07512f4397aad3be2cc9680c1ba4fc
parent9002cf71ae456b33b44fef8dacfc1a886430f583 (diff)
voicebus: Include dahdi/kernel.h in voicebus_net.c
Brings in any backward compatibility definitions. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8204 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/voicebus/voicebus_net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dahdi/voicebus/voicebus_net.c b/drivers/dahdi/voicebus/voicebus_net.c
index 534d52d..4a82333 100644
--- a/drivers/dahdi/voicebus/voicebus_net.c
+++ b/drivers/dahdi/voicebus/voicebus_net.c
@@ -28,6 +28,8 @@
#include <linux/kernel.h>
#include <linux/pci.h>
+#include <dahdi/kernel.h>
+
#include "voicebus.h"
#include "voicebus_net.h"