致命错误没有这样的文件或目录

致命错误没有这样的文件或目录
fatal error: fcntl.h : No such file or directory
    2 | #include<fcntl.h >
      |         ^~~~~~~~~~
compilation terminated.

我在 Ubuntu(其 Windows 子系统 Linux)中的 c 程序中使用开放系统调用编译包含 fcntl.h 头文件的文件时遇到了这个问题

我尝试了 askubuntu.com 和其他网站上提供的所有可能的方法/答案,但错误仍然存​​在。当我执行以下命令时,它显示 6 而不是 45

 dpkg -S fcntl.h| wc -l
6

相关内容