summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-26 17:57:10 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-26 17:57:10 +0000
commit27e498e2e4913b4522b7f597c34faf00638562ee (patch)
treeaf52328b4fc1780973d86aeeed1f4e36b01e5413
parent6c4b332c2fcc60d2ee20005fc04973230e7d2b21 (diff)
wctdm24xxp: Include <stdbool.h> directly.
Reported by: seanbright git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8135 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 8c9f2d9..fcdfa55 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -59,6 +59,8 @@ Tx Gain - W/Pre-Emphasis: -23.99 to 0.00 db
#endif
#include <linux/crc32.h>
+#include <stdbool.h>
+
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
/* Define this if you would like to load the modules in parallel. While this
* can speed up loads when multiple cards handled by this driver are installed,