编译会出现错误:
othptab.o
在文件 src/othptab.c 中添加一行:
#include <asm/types.h>
#include <sys/types.h>
#include <linux/if_ether.h>
在文件 src/tr.c 中添加一行:
#include <asm/types.h>
#include <sys/types.h>
#include <linux/if_tr.h>
然后重新编辑就可
编译会出现错误:
othptab.o
在文件 src/othptab.c 中添加一行:
#include <asm/types.h>
#include <sys/types.h>
#include <linux/if_ether.h>
在文件 src/tr.c 中添加一行:
#include <asm/types.h>
#include <sys/types.h>
#include <linux/if_tr.h>
然后重新编辑就可
转载于:https://www.cnblogs.com/wpjsolo/archive/2012/03/10/2388505.html