[svn-commits] kpfleming: linux/trunk r6546 - /linux/trunk/include/dahdi/user.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 30 15:59:24 CDT 2009


Author: kpfleming
Date: Thu Apr 30 15:59:20 2009
New Revision: 6546

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6546
Log:
Fix compilation of applications that use DAHDI ioctls

Defining ioctl codes in this file requires that linux/ioctl.h be included first.


Modified:
    linux/trunk/include/dahdi/user.h

Modified: linux/trunk/include/dahdi/user.h
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/include/dahdi/user.h?view=diff&rev=6546&r1=6545&r2=6546
==============================================================================
--- linux/trunk/include/dahdi/user.h (original)
+++ linux/trunk/include/dahdi/user.h Thu Apr 30 15:59:20 2009
@@ -36,6 +36,7 @@
 #define _DAHDI_USER_H
 
 #include <linux/types.h>
+#include <linux/ioctl.h>
 
 #ifndef ELAST
 #define ELAST 500




More information about the svn-commits mailing list