Fix rtdm rtai redefinition error
This commit is contained in:
parent
e8213ea7e8
commit
3870a66c8f
|
|
@ -28,13 +28,15 @@
|
|||
#include <linux/slab.h>
|
||||
#include <linux/mman.h>
|
||||
|
||||
#include <rtdm/rtdm_driver.h>
|
||||
|
||||
#include "master.h"
|
||||
#include "ioctl.h"
|
||||
#include "rtdm.h"
|
||||
#include "rtdm_details.h"
|
||||
|
||||
/* include last because it does some redefinitions */
|
||||
#include <rtdm/rtdm_driver.h>
|
||||
|
||||
/** Set to 1 to enable device operations debugging.
|
||||
*/
|
||||
#define DEBUG 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue