‘close’ was not declared in this scope

没有包含头文件 unistd.h 造成的。

加上'

#include <unistd.h>

相关文章: