blob: 291946625108c78f7ff895cc9add3dd06ba2a913 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- a/Embedded/src/CAN/icp_can_user.h
+++ b/Embedded/src/CAN/icp_can_user.h
@@ -63,6 +63,8 @@
 #ifndef __ICP_CAN_USER_H__
 #define __ICP_CAN_USER_H__
 
+#include <linux/ioctl.h>
+
 /*****************************************************************************
  * Device IO control codes.
  *****************************************************************************/
 |