[svn-commits] sruffell: linux/trunk r8135 - /linux/trunk/drivers/dahdi/wctdm24xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Feb 26 11:57:20 CST 2010
Author: sruffell
Date: Fri Feb 26 11:57:10 2010
New Revision: 8135
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8135
Log:
wctdm24xxp: Include <stdbool.h> directly.
Reported by: seanbright
Modified:
linux/trunk/drivers/dahdi/wctdm24xxp/base.c
Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=8135&r1=8134&r2=8135
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Fri Feb 26 11:57:10 2010
@@ -58,6 +58,8 @@
#include <asm/semaphore.h>
#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
More information about the svn-commits
mailing list