当前位置: 技术问答>linux和unix
求教:error: field ‘start’ has incomplete type
来源: 互联网 发布时间:2017-03-18
本文导语: #include #include struct A { struct timeval start; }; int main(int argc, char **argv) { printf("hello worldn"); return 0; } error: field ‘start’ has incomplete type | #include