include/linux/if_ppp.h:135: error: expected specifier-qualifier-list before 'aligned_u64'
生活随笔
收集整理的這篇文章主要介紹了
include/linux/if_ppp.h:135: error: expected specifier-qualifier-list before 'aligned_u64'
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
solution:
add the following code in include/linux/if_ppp.h before struct pppol2tp_ioc_stats.
#ifdef aligned_u64
#undef aligned_u64
#endif
#define aligned_u64 unsigned long long __attribute__((aligned(64)))
總結
以上是生活随笔為你收集整理的include/linux/if_ppp.h:135: error: expected specifier-qualifier-list before 'aligned_u64'的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 提示Microsoft office w
- 下一篇: android开机调用搜狗输入法