我用libnet写了一个demo,但是调用函数的时候报错:
libnet_error(LIBNET_ERR_FATAL, "libnet_open_link_interface: %s\n", errbuf);
错误是“错误:'LIBNET_ERR_FATAL' undeclared (first use in this function)”。
我的 gcc 命令是:“gcc demo.c libnet-config --defines --cflags --libs
”,并在 ubuntu 上运行。
我想知道谁以前遇到过同样的错误?